Skip to content
Discussion options

You must be logged in to vote

Got it working after running the following per your suggestion:

jupyter labextension install @jupyter-widgets/jupyterlab-manager@3.1.1

Thank you very much for the help timkpaine.


For others reading, the full setup would be:

conda create --name myenv python=3.9
conda activate myenv
pip install ipywidgets==7.5.1
pip install jupyterlab
jupyter labextension install @jupyter-widgets/jupyterlab-manager@3.1.1
jupyter labextension install @finos/perspective-jupyterlab
pip install perspective-python

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@the-dude-26637
Comment options

@timkpaine
Comment options

@the-dude-26637
Comment options

@timkpaine
Comment options

Comment options

You must be logged in to vote
1 reply
@timkpaine
Comment options

Answer selected by the-dude-26637
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants