mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
6 lines
81 B
Bash
6 lines
81 B
Bash
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
jlpm && jlpm run build
|
|
python -m pip install -e .
|