-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve ipynb loading hitches (#132)
* fix: improve ipynb loading hitches this fixes three issues that happen when loading an ipynb file in the code editor: 1) when an ipynb file was selected and the file content wasn't loaded, the error handler was called 2) when a parse error occurred, the error handler was called with incorrect arguments 3) when loading an ipynb file, the unparsed file content renders to the page briefly even when the content is valid We also update the loadable usage in the codeeditor to use the loadable class. * 0.6.42-ET741.0 * fix filename container shrinking during load * 0.6.42-ET741.1 * add comments --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8bc776f
commit 7ddd2b5
Showing
5 changed files
with
101 additions
and
94 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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