Quantum Computing jupyer notebooks
The best way is to start with a python virtual environment
python3 -m venv
Please install qiskit and dependent libraries
pip install -r requirements.txt
jupyter notebook
This will open the home screen of jupyter from which you can select and open the file.
Daniel