Skip to content

Commit

Permalink
Add jupyterlab-myst (xarray-contrib#182)
Browse files Browse the repository at this point in the history
* add jupyterlab-myst

* rm previous lockfile first
  • Loading branch information
scottyhq authored Jun 23, 2023
1 parent 0c582c7 commit f019704
Show file tree
Hide file tree
Showing 5 changed files with 2,348 additions and 3,217 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ All notebooks can be run via the Mybinder.org 'Launch Binder' badge at the top o

#### Locally

You can also run these notebooks on your own computer! We recommend using [`conda-lock`](https://conda-incubator.github.io/conda-lock/) to ensure a fully reproducible Python environment:
You can also run these notebooks on your own computer! We recommend using [`micromamba`](https://mamba.readthedocs.io/en/latest/installation.html#micromamba) or [`conda-lock`](https://conda-incubator.github.io/conda-lock/) to ensure a fully reproducible Python environment:

```bash
git clone https://github.com/xarray-contrib/xarray-tutorial.git
cd xarray-tutorial

conda-lock install conda/conda-lock.yml --name xarray-tutorial
# Or `micromamba create -n xarray-tutorial -f conda-lock.yml`
# Or latest package versions: `mamba env create -f conda/environment-unpinned.yml`

conda activate xarray-tutorial
Expand Down
2 changes: 1 addition & 1 deletion conda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ conda-lock lock --mamba -f environment-unpinned.yml -p osx-64 -p linux-64 -p win
## Render a mybinder.org compatible environment.yml (linux-64)

```
conda-lock render -k env
conda-lock render -k env -p linux-64
mv conda-linux-64.lock.yml environment.yml
```

Expand Down
Loading

0 comments on commit f019704

Please sign in to comment.