You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install WebIO Jupyter extension in a conda environment using python3 -m pip install webio_jupyter_extension
but the Jupyter notebook that I started in the same environment was still unable to detect it, although pip3 show jupyterlab | grep -i location pip3 show webio_jupyter_extension | grep -i location
give the same locations.
The text was updated successfully, but these errors were encountered:
I tried to install WebIO Jupyter extension in a conda environment using
python3 -m pip install webio_jupyter_extension
but the Jupyter notebook that I started in the same environment was still unable to detect it, although
pip3 show jupyterlab | grep -i location
pip3 show webio_jupyter_extension | grep -i location
give the same locations.
The text was updated successfully, but these errors were encountered: