Skip to content

Commit

Permalink
chore: add rebuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Nov 20, 2024
1 parent b7b3623 commit d1a4ba4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/rebuild.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
# This script rebuilds the extension
virtualenv .venv-3.10.12
source .venv-3.10.12/bin/activate
pip install jupyterlab==4 jupyterlite-core
jlpm add @jupyterlab/application @jupyterlab/notebook @mat3ra/esse
jlpm run build

0 comments on commit d1a4ba4

Please sign in to comment.