Skip to content

Master on Integrative Synthetic Biology (MISB) training sessions 2024

License

Notifications You must be signed in to change notification settings

PathoGenOmics-Lab/misb_training_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MISB training 2024

PGO badge Binder

Running the notebooks locally

Installing dependencies

An easy way is to create a conda environment. Install it using environment.yaml, and then activate it:

conda env create -f environment.yml
conda activate misb

Alternatively, requirements can be installed with pip, using requirements.txt:

pip install -r requirements.txt

Launching Jupyter Lab

Once the dependencies are installed, open the notebooks (.ipynb files) with Jupyter Lab after running the following on the command line:

jupyter lab

Running the notebooks on a web browser

It's also possible to use Binder to run the notebooks on your web browser. Click here or the "launch binder" button at the top!

About

Master on Integrative Synthetic Biology (MISB) training sessions 2024

Resources

License

Stars

Watchers

Forks