mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
6246540396
* Add `INotebookPathOpener` * Reorg tokens * Use `INotebookPathOpener` * Lint * Rename param * Lint * add docstring * Fix dependency on application package * more tsconfig fixes * fix typo * dedupe * update dev commands on Binder * fix typo * lint * Add missing dependency * tmp * set explicit jupyterlab on Binder * drop link share for now * remove tmp * edit pyproject config * debug * test * test * test * fix typos
6 lines
83 B
Bash
6 lines
83 B
Bash
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
python -m pip install -e ".[dev,test]"
|
|
jlpm develop
|