peter-gy / iml-pa5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binder Open in GitHub Codespaces

Steps To Reproduce

Via Binder

Zero local setup, minutes to wait though for Binder to start

You can run the notebook with zero local setup via binder: https://mybinder.org/v2/gh/peter-gy/iml-pa5/HEAD

Via GitHub Codespaces

Dev Container, remotely

You can run and tweak the notebook with zero local setup via GitHub Codespaces: https://codespaces.new/peter-gy/iml-pa5

Via VS Code Dev Container

Dev Container, locally

  1. Install VS Code.
  2. Install the Remote - Containers extension.
  3. Install Docker Desktop following the docs.
  4. Clone this repository.
  5. Open this folder in VS Code.
  6. Click the button in the bottom left corner and select "Reopen in Container".
  7. Wait for the container to build.
  8. Open the terminal in VS Code and run jupyter notebook --allow-root
  9. Open the notebook in the browser.

Via Local Setup

  1. Install Python 3.10+
  2. Install the dependencies and start the notebook from this folder:
pip install jupyter notebook jupyterlab matplotlib scipy numpy pandas altair tqdm vl-convert-python scikit-learn h5py joblib
jupyter notebook

About


Languages

Language:Jupyter Notebook 100.0%Language:Dockerfile 0.0%