7 lines
74 B
Bash
7 lines
74 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
pip install --upgrade jupyterlab-git
|
||
|
jupyter lab build
|