Skip to content

Commit

Permalink
Install JupyterLite dependencies from conda forge (#61)
Browse files Browse the repository at this point in the history
* Install JupyterLite dependencies from conda forge

* Update README.md
  • Loading branch information
jtpio authored Oct 19, 2023
1 parent e6569a4 commit 48569ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Github Actions Status](https://github.com/jupyterlab/jupyterlab-plugin-playground/workflows/Build/badge.svg)](https://github.com/jupyterlab/jupyterlab-plugin-playground/actions/workflows/build.yml)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab/jupyterlab-plugin-playground/main?urlpath=lab)
[![JupyterLite](https://jupyterlite.rtfd.io/en/latest/_static/badge-launch.svg)](https://jupyterlab-plugin-playground.readthedocs.io/en/latest/lite/lab)
[![JupyterLite](https://jupyterlite.rtfd.io/en/latest/_static/badge-launch.svg)](https://jupyterlab-plugin-playground.readthedocs.io/en/latest/lite/lab/)

A JupyterLab extension to write and load simple JupyterLab plugins inside JupyterLab.

Expand Down
5 changes: 2 additions & 3 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies:
- jupyterlab>=3.5.0,<4
- jupyterlab-language-pack-fr-FR
- jupyterlab-language-pack-zh-CN
- jupyterlite>=0.1.2,<0.2.0
- jupyterlite-sphinx>=0.9.1,<0.10.0
- nodejs=18
- pip:
- jupyterlite-sphinx
- jupyterlite==0.1.0b14

0 comments on commit 48569ce

Please sign in to comment.