8000 Remove vpnotebook dependency by mwcraig · Pull Request #27 · vpython/vpython-jupyter · GitHub
[go: up one dir, main page]

Skip to content

Remove vpnotebook dependency #27

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

Merged
merged 2 commits into from
Sep 25, 2019
Merged

Conversation

mwcraig
Copy link
Contributor
@mwcraig mwcraig commented Sep 25, 2019

It is no longer needed (it used to import numpy, and a couple of other
things) because we handle imports in the core vpython code.

This fixes #13.

Editorial:
custom kernels installed in --user can also mask kernels in --sys-prefix
(i.e. in a virtual environment) leading to confusion about which python
is actually running.

It is no longer needed (it used to import numpy, and a couple of other
things) because we handle imports in the core vpython code. Editorial:
custom kernels installed in --user can also mask kernels in --sys-prefix
(i.e. in a virtual environment) leading to confusion about which python
is actually running.
@mwcraig mwcraig added this to the 7.5.2 milestone Sep 25, 2019
The stuff in run_test.py was checking for a kernel that is no longer
required, and working around import issues in Python 2.7 and 3.4, neither of
which is supported.
@mwcraig mwcraig merged commit e9e2660 into vpython:master Sep 25, 2019
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.

Import error
1 participant
0