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

Add Jupyter to dependencies #70

Closed
dangunter opened this issue Dec 9, 2020 · 1 comment · Fixed by #75
Closed

Add Jupyter to dependencies #70

dangunter opened this issue Dec 9, 2020 · 1 comment · Fixed by #75

Comments

@dangunter
Copy link

Since the example is a jupyter notebook, you should add Jupyter (i.e. pip package jupyter) to the installation dependencies. Otherwise, people installing in some Python or conda env and blindly running "jupyter notebook" might actually run jupyter out of a different environment. I know, I did this!

I also had to install a different version of pywin32, since the version of Jupyter I got by default crashed the kernel. I found the solution here: jupyter/notebook#4980 . Of course this is specific to my setup, but might also be encountered by others.

@bknueven
Copy link
Collaborator

bknueven commented Jan 5, 2021

@dangunter do you have any suggestions for jupyter and/or pywin32 that might get around your initial crashed kernel issue?

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 a pull request may close this issue.

2 participants