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

Fix starting notebook server with file/directory at command line. #5464

Merged
merged 1 commit into from Mar 28, 2014

Conversation

takluyver
Copy link
Member

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 gh-5460

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
minrk added a commit that referenced this pull request Mar 28, 2014
Fix starting notebook server with file/directory at command line.
@minrk minrk merged commit 91db3b0 into ipython:master Mar 28, 2014
@takluyver
Copy link
Member Author

@minrk Any idea why this was failing for me but not for you?

@minrk
Copy link
Member

minrk commented Mar 28, 2014

I have a default NotebookApp.notebook_dir in config. This resulted in a config_changed event firing later, so the explicit update_config wasn't necessary.

@takluyver
Copy link
Member Author

OK, that makes sense.

mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Fix starting notebook server with file/directory at command line.
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

Successfully merging this pull request may close these issues.

Can't start the notebook server specifying a notebook
2 participants