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

Need direct entry point to given notebook #3757

Closed
dpsanders opened this issue Jul 24, 2013 · 1 comment
Closed

Need direct entry point to given notebook #3757

dpsanders opened this issue Jul 24, 2013 · 1 comment
Milestone

Comments

@dpsanders
Copy link
Contributor

We need a way to enter straight to a given notebook, or straight to a new notebook.
Syntax:

ipython notebook --open mynotebook.ipynb

ipython notebook --new

Either of these will open the dashboard in one tab, and the given or new notebook in another tab with the focus.

@minrk
Copy link
Member

minrk commented Jul 24, 2013

I believe we already do what you are requesting:

ipython notebook mynotebook.ipynb

will open exactly one tab at the particular notebook.

@minrk minrk closed this as completed Jul 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants