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.
1 parent f126078 commit 661168aCopy full SHA for 661168a
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