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

Can't start the notebook server specifying a notebook #5460

Closed
takluyver opened this issue Mar 28, 2014 · 5 comments · Fixed by #5464
Closed

Can't start the notebook server specifying a notebook #5460

takluyver opened this issue Mar 28, 2014 · 5 comments · Fixed by #5464

Comments

@takluyver
Copy link
Member

Previously, ipython notebook Foo.ipynb would open the browser to the specified notebook. Now it ignores the filename and goes to the dashboard. No messages are displayed about this.

@takluyver takluyver added this to the 2.0 milestone Mar 28, 2014
@minrk
Copy link
Member

minrk commented Mar 28, 2014

It does open the specified notebook for me. Do you have any notebook_dir related config?

@takluyver
Copy link
Member Author

Nope - I've just done ipython profile create --reset and I still see it. I'll put in some print calls and see what's going on.

@minrk
Copy link
Member

minrk commented Mar 28, 2014

--debug might be enough.

@takluyver
Copy link
Member Author

parse_command_line is setting file_to_run in the config, but it looks like it's never getting to the application. Giving it a directory doesn't work either.

@takluyver
Copy link
Member Author

OK, I think I've got a fix. PR coming.

takluyver added a commit to takluyver/ipython that referenced this issue Mar 28, 2014
The base class implementation of parse_command_line uses update_config,
which ensures that the change event fires for the config traitlet. This
copies that.

Closes ipythongh-5460
Zaharid pushed a commit to Zaharid/ipython that referenced this issue Apr 22, 2014
The base class implementation of parse_command_line uses update_config,
which ensures that the change event fires for the config traitlet. This
copies that.

Closes ipythongh-5460
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
The base class implementation of parse_command_line uses update_config,
which ensures that the change event fires for the config traitlet. This
copies that.

Closes ipythongh-5460
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants