Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
polakowo
GitHub Repository: polakowo/vectorbt
Path: blob/master/scripts/install-labextensions.sh
1071 views
1
#!/bin/bash
2
3
jupyter labextension install jupyterlab-plotly --no-build
4
jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget --no-build
5
jupyter lab build
6