jupyterlab / jupyterlab-desktop

JupyterLab desktop application, based on Electron.
BSD 3-Clause "New" or "Revised" License
3.76k stars 366 forks source link

After changing to JLD I can no longer install pandas #842

Closed Papa-26 closed 5 months ago

Papa-26 commented 5 months ago

I have run the web version of Jupyter Lab on my Linux-Lint successfully for the past two months. Because I couldn't install the python debugger (Kernel incompatibility), I changed to JLD, which looks great, but the pandas module is no longer recognized. I went through the pip and conda installation. Both claimed that the module is already installed. But I can't import it into JLD. It seems that the modules are installed in different folders/directories, and I don't seem to be able to find the correct one. When I try to install it through a notebook cell, it asks for: "install: missing destination file operand after 'pandas'", but I don't know what this operand should be. The corresponding 'help' file doesn't HELP!

Cancel this bug report please! I finally suceeded by using a pip install from inside a virgin notebook cell.