We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f126078 + 661168a commit 97bb83bCopy full SHA for 97bb83b
setup.py
@@ -10,7 +10,7 @@
10
extensions = [Extension('vpython.cyvector', ['vpython/cyvector.c'])]
11
12
13
-install_requires = ['jupyter', 'jupyter-server-proxy', 'numpy', 'ipykernel',
+install_requires = ['jupyter', 'jupyter-server-proxy', 'jupyterlab-vpython', 'numpy', 'ipykernel',
14
'autobahn>=22.6.1, <27']
15
16
setup_args = dict(
0 commit comments