Troubleshooting Jupyter Lab Installation
When I run the Solara getting started code (word count) I get the not so helpful "Error displaying widget" message.
I followed the troubleshooting guide and ran solara.check_jupyter(force = True) and it showed that ipyvuetify and ipvue is installed at the server.
I'm running under Anaconda on Ubuntu and Chrome
sys.executable is /home/cc/anaconda3/bin/python
!python -- version is Python 3.12.4
!jupyter lab version is 4.0.11
!pip show ipywidgets version is 7.8.1
!pip show solara version is 1.39.0
!ps aux | grep jupyter shows same path as sys.executable
Any ideas?
1 Reply
What error message do you see in the js console?