'marimo' is not recognized
Hey everyone! I can't seem to get this thing started 🙂 pip install marimo works, but anything else in the terminal just says 'marimo' is not recognized
7 Replies
Hey Jerod. can you screenshot or paste your terminal output? can you show what
pip install marimo
returns as well?yeah 🙂 so the pip install just returns a bunch or requirement already satisfied since I think it worked correctly
this is in the jupyter lab terminal
marimo
is not a plugin or extension of Jupyter. can you try this outside of JupyterLab and in another terminal?pip doesn't seem to be working outside of jupyter
do I have to add
pip
to my PATH and then just try it in the windows terminal?I'm not a windows user, but maybe you can follow these steps https://www.geeksforgeeks.org/how-to-install-pip-on-windows/
That said, when I try launching marimo from the Jupyter Lab terminal (on macOS), it does work for me
@Jerod Did you try restarting jupyter lab and trying again? If all else fails, a restart sometimes works. If that doesn't work, I will have access to a Windows machine later today. I can write back after checking whether marimo works for me on Windows, and what steps I needed to make it work.
@Jerod One other question, how are you starting Jupyter Lab, through a desktop app or through the Windows terminal?