Assuming you have conda installed…
- Create a new environment using version 3.11 of python with the following command:
conda create -f environment.yml
- Go to the directory of your cloned repository and activate your envrionment:
conda activate jupyter-mentor
- Open the JupyterLab editor:
cd path/to/your/cloned/repo
jupyter lab
WARNING! Development with Docker is not recommended at this time. However, GitHub actions runs repo2docker to verify that this repository is compatible with Binder.
- Install Docker with
brew install --cask docker
. If this command does not work, you may need to install Homebrew - Start Docker by clicking on application icon or by running
open -a Docker
- Pull the docker image from DockerHub to you local machine using
docker image pull brewer36/jupyter-mentor:macos
cd <location_of_your_clone>
- Launch JupyterLab with
docker run -it --rm -p 8888:8888 brewer36/jupyter-mentor:macos jupyter lab --ip=0.0.0.0 --port=8888
No extra steps required. This GitHub action automatically updates the image with each new commit.
- Install repo2docker with
python3 -m pip install jupyter-repo2docker
cd <location_of_your_clone>
repo2docker --Repo2Docker.platform=linux/arm64 --image-name=brewer36/jupyter-mentor:macos ./