Skip to content

Training material for dry lab members of the 2024 competitive team

Notifications You must be signed in to change notification settings

Okanagan-iGEM/drylab-2024-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Setting up Jupyter Notebooks

Install pip

Python's package manager, pip is essential for installing packages and related applications.

Windows/MacOS Setup

  1. Download the most recent version of Python for either Windows or Mac

  2. Upon opening the install wizard, ensure that under "optional features" that, "pip" is checked pythoninstall

    For those running MacOS, similarly go through each step in the installation file and pip should be included

  3. Open the command prompt by running "cmd" after pressing Windows + R together.
    cmdrun

    For MacOS, type terminal in the search window

  4. Double check that pip has successfully been installed by running the following command

    >pip --version
    
  5. Your expected output should be as follows. The version of pip will be printed along with the file path where pip was installed. image

  6. Congrats on installing pip! Next run the following command with pip to install Jupyter Notebook

    >pip install notebook
    
  7. Once the files have completed installation, you may run Jupyter Notebook from the command line anytime by simply writing the following

    >jupyter notebook
    

    Note: You can cancel this process anytime by pressing CTRL + C from the command prompt window

  8. Jupyter Notebook will immediately open on your browser. To create a new file, click on New and Python 3(ipykernel) newjupyter

  9. Congrats! You can now officially begin writing Python code!! image

About

Training material for dry lab members of the 2024 competitive team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published