Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open a notebook from the command line #945

Closed
takluyver opened this issue Oct 30, 2011 · 2 comments · Fixed by #1686
Closed

Open a notebook from the command line #945

takluyver opened this issue Oct 30, 2011 · 2 comments · Fixed by #1686
Labels
Milestone

Comments

@takluyver
Copy link
Member

ipython notebook Somefile.ipynb should start the notebook server, and open a browser tab to that notebook, rather than the dashboard. This should make it possible to double click an ipynb file and have it open in the browser, ready to run.

@fperez
Copy link
Member

fperez commented Oct 30, 2011

+1

Ultimately, we want to be able to do things like notebook -> py export and similar, all from the command line.

@ivanov
Copy link
Member

ivanov commented Apr 30, 2012

Here's a recent thread on IPython-dev list ("[IPython-dev] Opening Notebooks from the cmd line") which points to some work in progress on this front.

If someone comes across this bug and is intrigued by Fernando's comment above from 6 months ago, that work is under way in ipython/nbconvert repository.

@minrk minrk closed this as completed in 4d888f5 May 13, 2012
jenshnielsen pushed a commit to jenshnielsen/ipython that referenced this issue May 14, 2012
ENH: Open a notebook from the command line

open notebook files from the command line, just
like ipython can open (run) python files.  For example:

     ipython notebook foo.ipynb

closes ipython#945
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
This commit lets you open notebook files from the command line, just
like ipython can open (run) python files.  For example:

     ipython notebook foo.ipynb

Fixes ipython#945.
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
ENH: Open a notebook from the command line

open notebook files from the command line, just
like ipython can open (run) python files.  For example:

     ipython notebook foo.ipynb

closes ipython#945
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants