小编Too*_*ppe的帖子

如何获取当前的IPython Notebook名称

我正在尝试在运行IPython笔记本时获取当前的NoteBook名称.我知道我可以在笔记本的顶部看到它.我喜欢什么样的东西

currentNotebook = IPython.foo.bar.notebookname()
Run Code Online (Sandbox Code Playgroud)

我需要在变量中获取名称.

python ipython

63
推荐指数
10
解决办法
3万
查看次数

它可以从PythonAnywhere提供IPython Notebook

是否可以通过PythonAnywhere运行Ipython Notebook.这将是非常有用的.

pythonanywhere ipython-notebook

6
推荐指数
1
解决办法
609
查看次数

将IPython控制台连接到Internet上的内核

我一直在努力让这个工作.我已经跟踪了我能找到的在线资料但是没有成功,例如:Ipython Documentation

我正在尝试将本地计算机(笔记本电脑)上的IPython QTConsole连接到Internet上Linode云服务器上运行的IPython内核.

我现在不担心安全性,只需要简单的方法来做到这一点.

我知道我可以使用somethign在远程(Linode服务器)上启动内核,例如:

Ipython kernel --ip=0.0.0.0
Run Code Online (Sandbox Code Playgroud)

一旦我运行这个,我可以记下kernel-xxxx.json文件,我也知道要在远程机器上找到它.使用0.0.0.0表示法我理解内核将侦听外部连接.

我只是不确定如何从我的本地机器(笔记本电脑)连接到它

让我们说

Remote machine  IP adres = aa.bb.cc.dd
Remote machine  Login name = root
Remote machine  hostname = dummyname
Run Code Online (Sandbox Code Playgroud)

本地机(笔记本电脑)

 IPAdress = qq.ww.ee.rr
Run Code Online (Sandbox Code Playgroud)

我可以正常看到服务器和ssh,例如

ssh root@aa.bb.cc.dd
Run Code Online (Sandbox Code Playgroud)

任何人都可以帮我用ipython命令行从我的笔记本电脑连接到这个远程内核吗?

python ipython

5
推荐指数
1
解决办法
4276
查看次数

Javascript Library to build drag and drop interface and connect elements with line

I am looking for an approach or Javascript library that I can use to build a scientific modeling application. I suppose this is analogues to the way flowcharting software like Visio works. Add elements and connect them with click and drag.

在此输入图像描述

I need to be able to define certain elements and add them to the "canvas" by selecting the element and dragging them onto the canvas.

When I click on an element I need to be able to set certain …

javascript fabricjs paperjs vue.js

5
推荐指数
1
解决办法
1557
查看次数