alisonpchase / pigments-from-rrs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pigments-from-rrs

Run in-browser

Binder

Use the link above to open a JupyterLab session in your browser. Changes you make to the repo during the session will not be saved. To save changes made during the session, download any changed files and push them to this repo.

Note: JupyterLab link above currently points to this PR branch. It was generated using binder.pangeo.io as shown in the image at right. The url will need to be changed to reference alisonpchase/pigments-from-rss on branch main before merge. nbgitpuller example

Local setup

Build and activate the environment:

conda env create --file environment.yml \
&& conda activate pigments

Install the pigments conda enviroment as a Jupyter kernel:

python -m ipykernel install --user --name pigments

Launch JupyterLab:

jupyter lab

When opening an notebook in a local JupyterLab session, make sure to select the pigments kernel as shown below:

nbgitpuller example fields

About

License:MIT License


Languages

Language:Jupyter Notebook 88.5%Language:Python 11.5%