mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +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 .
|