Jupyter4Science / jupyterlab-ide

JupyterLab + tab completion + debugger + linter = Fully-fleged IDE
MIT License
3 stars 0 forks source link

Inability to install ipywidgets, numpy, and pandas within current environment #57

Closed Dcosthephalump closed 1 year ago

Dcosthephalump commented 1 year ago

While I was working on #49, I was trying to design exercises that have dependencies for ipywidgets, numpy, and pandas (see jupyterlab-variableInspector for more info on the dependencies) and sketch them out a little with a notebook.

Unfortunately, ipywidgets, numpy, and pandas are not installed into the jupyterlab-ide environment by default. I tried to install them into the environment using the recommendations for each (ipywidgets, numpy, pandas). These did not work.

I removed the environment and added numpy and pandas to the environment.yml and had no issues. Seeing if this problem is localized to my computer would be helpful.

Dcosthephalump commented 1 year ago

Apparently, using pip install numpy and pip install ipywidgets will install them without any issues. Maybe this is a conda problem?