2016-10-26 1 views

Antwort

2

Ich glaube, dass Sie sich Start IPython notebook server without running web browser? angesehen haben. Welche angegeben ...

$ ipython notebook --no-browser 

ich an der Quelle einen Blick nahm für Notebook und das Flag setzt nur wahr oder falsch auf die folgende Variable

open_browser = Bool(True, config=True, 
        help="""Whether to open in a browser after starting. 
        The specific browser used is platform dependent and 
        determined by the python standard library `webbrowser` 
        module, unless it is overridden using the --browser 
        (NotebookApp.browser) configuration option. 
        """) 

ich bei jupyter/atom-notebook suchen würde vorschlagen. Es ist wahrscheinlich am ehesten dem, wonach Sie fragen, da das Notebook als Web-Anwendung dient.

+0

wenn ich 'ipython notebook --no-browser' es sage nur' 0 aktive kernel Das Jupyter Notebook läuft bei: http: // localhost: 8888/'und tatsächlichen Notebook ist nicht geöffnet. Ich werde durch das Atom-Notizbuch schauen, das interessant aussieht. –

+0

hey, ich habe 'atom' und dann das Paket für' jupyter-notebook' installiert, aber wenn ich versuche, mein älteres 'ipynb' zu öffnen, öffnen sie sich wie normale Skripte und nicht als 'ipy Notebook "gibt es noch etwas, was ich nach den Installationen tun sollte? –