Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to Jupyter Lab v4 #135

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ share

# OS X
.DS_Store

.yarn/
28 changes: 14 additions & 14 deletions dev_environment.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: ipywebrtc-dev
channels:
- conda-forge
- conda-forge
dependencies:
- pip
- nodejs=14.*
- yarn
- jupyter-packaging
- jupyterlab=3
- notebook
- ipywidgets>=7.6
- flake8
- nbsphinx
- sphinx
- sphinx_rtd_theme
- pygments==2.6.1
- jupyter-sphinx
- pip
- nodejs=14.*
- yarn
- jupyter-packaging
- jupyterlab=4
- notebook
- ipywidgets>=7.6
- flake8
- nbsphinx
- sphinx
- sphinx_rtd_theme
- pygments==2.6.1
- jupyter-sphinx
2 changes: 2 additions & 0 deletions js/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
enableImmutableInstalls: false
nodeLinker: node-modules
Loading
Loading