Skip to content
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

Javascripts widgets don't work in JupyterLab #489

Closed
jlewi opened this issue Mar 23, 2018 · 1 comment
Closed

Javascripts widgets don't work in JupyterLab #489

jlewi opened this issue Mar 23, 2018 · 1 comment
Labels
area/jupyter Issues related to Jupyter priority/p1

Comments

@jlewi
Copy link
Contributor

jlewi commented Mar 23, 2018

They work in jupyter but not JupyterLab.

I think the issue is that we haven't enabled widgets for JupyterLab.

Here are the instructions for installing widget support.

I haven't got this working yet. I suspect the problem is that I'm using the Python 2.7 kernel which is not the default and I didn't install things correctly.

@jlewi jlewi added area/jupyter Issues related to Jupyter priority/p1 labels Mar 23, 2018
@jlewi
Copy link
Contributor Author

jlewi commented Mar 23, 2018

I tried

conda install -n root -c conda-forge widgetsnbextension
conda install -n ipykernel_py2 -c conda-forge widgetsnbextension

conda install -n root -c conda-forge ipywidgets
conda install -n ipykernel_py2 -c conda-forge ipywidgets

jupyter labextension install @jupyter-widgets/jupyterlab-manager

Now I get "Error Displaying Widget" as opposed to

Failed to display Jupyter Widget of type ....
If you're reading this message in the Jupyter Notebook or JupyterLab Notebook, it may mean that the widgets JavaScript is still loading. If this message persists, it likely means that the widgets JavaScript library is either not installed or not enabled. See the Jupyter Widgets Documentation for setup instructions.

yanniszark pushed a commit to arrikto/kubeflow that referenced this issue Feb 15, 2021
* Add metrics collector spec to Trial spec

* Fix e2e test

* Move ObjectiveSpec definition to Trial CRD

* Move common types

* Move common types to its own package

* Add metrics collector spec to DB
elenzio9 pushed a commit to arrikto/kubeflow that referenced this issue Oct 31, 2022
On the Canonical team supporting Charmed Kubeflow and related work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/jupyter Issues related to Jupyter priority/p1
Projects
None yet
Development

No branches or pull requests

1 participant