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