Python Forum
Troubleshooting Jupyter Notebook installation with Python using pip and a venv
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Troubleshooting Jupyter Notebook installation with Python using pip and a venv
#2
The resolution involved:
  • purging my native Manjaro system of all Jupyter-related packages
  • using a virtual environment exclusively for each project
  • installing nbclassic Python module with pip inside the venv, and then
  • running jupyter-lab . inside the environment (rather than using jupyter notebook .)

I am now able to view and use all my Jupyter Notebook course content.
Gribouillis likes this post
Reply


Messages In This Thread
RE: Troubleshooting Jupyter Notebook installation with Python using pip and a venv - by Drone4four - Jun-04-2024, 10:55 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Install python 2.7 in jupyter lab raman 28 1,249 Jun-01-2024, 01:53 PM
Last Post: snippsat
  my venv is not loading njoki 1 364 Mar-20-2024, 10:41 AM
Last Post: snippsat
  OBS Script Troubleshooting Jotatochips 0 410 Feb-10-2024, 06:18 PM
Last Post: Jotatochips
  My code works on Jupyter Lab/Notebook, but NOT on Visual Code Editor jst 4 1,444 Nov-15-2023, 06:56 PM
Last Post: jst
  Navigating file directories and paths inside Jupyter Notebook Mark17 5 981 Oct-29-2023, 12:40 PM
Last Post: Mark17
  Python installation for old MacOS Yonix 1 629 Sep-21-2023, 03:32 PM
Last Post: menator01
  Installation of packages to newest Python version from previous one Andrzej_Andrzej 3 1,063 Jul-15-2023, 11:32 AM
Last Post: snippsat
  Understanding venv; How do I ensure my python script uses the environment every time? Calab 1 2,569 May-10-2023, 02:13 PM
Last Post: Calab
  How to see the date of installation of python modules. newbieAuggie2019 4 1,930 Mar-31-2023, 12:40 PM
Last Post: newbieAuggie2019
  Getting "SSL client not supported by this Python installation" error prabirsarkar 0 1,071 Mar-13-2023, 05:01 PM
Last Post: prabirsarkar

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020