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.
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.