mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +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 .
|