JuliaGizmos / WebIO.jl

A bridge between Julia and the Web.
https://juliagizmos.github.io/WebIO.jl/latest/
Other
228 stars 64 forks source link

Unable to correctly install WebIO Jupyter extension in a conda environment #508

Open tianzeliu opened 1 year ago

tianzeliu commented 1 year ago

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.