DEV Community

Discussion on: JupyterLab in a virtual environment

Collapse
 
erikvangameren profile image
Erik van Gameren

Well, all the modules are missing, it seems that python looks in the wrong directory?

Thread Thread
 
joeneville_ profile image
Joe Neville

Sounds like you have not activated the virtual environment, if you had, then there would be a local python interpreter and the required dependencies i.e. those modules.
When you run this a second time, you need to start at step 4 and activate the virtual environment again.