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