-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't use docmanager reload when opening gitignore (#759)
* don't use docmanager reload when opening gitignore this would affect all open widgets, not just the gitignore editor and could result in unsaved changes being lost * Debug binder * Turn off minimization * All actions handle by the model * remove unused import Co-authored-by: Frédéric Collonval <[email protected]>
- Loading branch information
1 parent
7f3e4cc
commit 9affcd1
Showing
4 changed files
with
19 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env bash | ||
pip install . | ||
jupyter serverextension enable --sys-prefix --py nbgitpuller | ||
jupyter lab build | ||
jupyter lab build --dev-build=False --minimize=False --debug |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters