/companion-lab

JupyterLab for the Machine Learning seminar

Primary LanguageJupyter Notebook

Binder

JupyterLab for the Machine Learning seminar

Ștefan Panțiru, Faculty of Computer Science, "Alexandru Ioan Cuza" University Iași

To run this lab, either click the launch binder button above, or run the code on your machine following the instructions below.

Contents

Useful resources:

Running locally

This lab uses Python 3.12 and pipenv, so make sure they are available on your system.

$ python3 --version
Python 3.12.3
$ python3 -m pipenv --version
pipenv, version 2023.12.1

Clone the repository using git:

$ git clone https://github.com/spantiru/companion-lab.git

Inside the project folder, create the pipenv environment:

$ cd companion-lab
$ python3 -m pipenv install # Might take a few seconds

Run jupyter-lab, which should start in your default browser:

$ python3 -m pipenv run jupyter-lab