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

improved running-server checks for install #1045

Merged
merged 3 commits into from
Aug 15, 2017

Conversation

jcb91
Copy link
Member

@jcb91 jcb91 commented Aug 14, 2017

fixes #1043 by obviating the requirement for psutils, relying instead on the (presumably more reliable) method of using notebook-provided functions to check for running servers. Also adds a flat to allow install/uninstall actions without checking for running servers.

use the notebook-provided list_running_servers function to check
for running notebook servers, rather than using our previous
psutil effort.
allows simple installation in multiple-environment or multi-user
configurations
@juhasch
Copy link
Member

juhasch commented Aug 14, 2017

👍 Good idea!

Can you add a description of the new flag to the docs ?

@jcb91
Copy link
Member Author

jcb91 commented Aug 14, 2017

I've added a note of explanation to the main readme & the corresponding docs page, hope it makes sense 😄

@juhasch
Copy link
Member

juhasch commented Aug 15, 2017

Great. Looks good to me!

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.

Cannot install pip install jupyter_contrib_nbextensions in cygwin
2 participants