Hi all,
It is part of my learning process in installing ipywidgets on my Jupyterlab that I browsed through the issues in this repository (open and closed). However, I could not find one to fix my current issue.
I have successfully installed ipywidgets using conda install but when trying to display a slider using an instruction from this guide, it does not give me the slider I wanted. Instead, it shows me IntSlider(value=0) instead. What's the trick here?
Here is some information about my environment:
ipywidgets: 7.3.0
widgetsnbextension: 3.1.4
jupyterlab: 0.32.1
jupyter labextension list

node: 8.10.0
Hi all,
It is part of my learning process in installing ipywidgets on my Jupyterlab that I browsed through the issues in this repository (open and closed). However, I could not find one to fix my current issue.
I have successfully installed ipywidgets using
conda installbut when trying to display a slider using an instruction from this guide, it does not give me the slider I wanted. Instead, it shows meIntSlider(value=0)instead. What's the trick here?Here is some information about my environment:

ipywidgets: 7.3.0
widgetsnbextension: 3.1.4
jupyterlab: 0.32.1
jupyter labextension list
node: 8.10.0