Johannes
e6f315d2fc
eng - use esModuleInterop for extensions
2024-10-01 21:57:30 +02:00
Don Jayamanne
c4645ea0ec
Restore changes to ipynb extension to serialize notebook in node worker for desktop ( #228319 )
...
* Revert usage of node worker due to failing web compilation
* Revert "Revert usage of node worker due to failing web compilation"
This reverts commit 3190f58c7e .
* Ensure node worker is used only in desktop bundle of ipynb extension
---------
Co-authored-by: Aaron Munger <aamunger@microsoft.com >
2024-09-12 23:56:34 +02:00
Don Jayamanne
102ff8db3f
Revert usage of node worker due to failing web compilation ( #228318 )
...
* Revert usage of node worker due to failing web compilation
* fix linter error
2024-09-12 17:44:02 +09:00
Don Jayamanne
edd3903933
Updates
2024-09-10 01:19:53 +10:00
Don Jayamanne
692656799a
Safer way to determine whether node or browser
2024-09-09 12:07:43 +10:00
Don Jayamanne
1865c2979d
Import node worker
2024-09-09 11:48:21 +10:00
Don Jayamanne
ddd0f1fe34
Updates to perform all operations in worker
2024-09-09 11:37:44 +10:00
nojaf
cdc45ffb42
Include ending new line
2024-09-05 10:46:28 +02:00
nojaf
12abcccc81
Duplicate sortObjectPropertiesRecursively
2024-09-04 09:15:29 +02:00
nojaf
e3caeae15d
Verify that node worker is only used in node context.
2024-09-04 09:15:29 +02:00
nojaf
366df5a69d
Put worker behind setting
2024-09-04 09:15:29 +02:00
nojaf
eb948e1ab7
Use Worker to serialize Notebook
2024-09-04 09:15:27 +02:00
Don Jayamanne
9b2e9634aa
Remove code used to store metadata in custom property for notebooks ( #227418 )
...
* Remove code used to store metadata in custom property for notebooks
* oops
2024-09-03 09:24:35 +02:00
Don Jayamanne
c0e1202c12
Stop adding a default cell in notebooks ( #226692 )
2024-09-02 08:20:26 +02:00
Don Jayamanne
55d6f3050d
Drop custom metadata property from notebooks behind setting ( #208065 )
...
* Drop custom metadata property behind setting
* Do not update existing object
2024-03-19 19:37:59 +11:00
Don Jayamanne
9c17df54bd
Ensure orig_nbformat is not written to ipynb file ( #192359 )
2023-09-06 19:20:07 -07:00
Don Jayamanne
90bf5a07e4
Check for cell when determining default cell lang ( #181079 )
2023-05-02 17:05:45 +02:00
Matt Bierner
68912bd844
Use 'import type' for '@jupyterlab/nbformat' ( #157153 )
...
This is a type only dev dep so we should prevent referencing it as a value
2022-08-04 23:46:53 +02:00
rebornix
157cba093c
fix #140673 .
2022-03-15 17:01:33 -07:00
rebornix
998ee04a72
update nbformat typings
2022-03-01 12:59:58 -08:00
rebornix
7f99539fe7
re #142872 . Ignore whitespace only content error.
2022-02-15 17:45:09 -08:00
Rob Lourens
3df135c388
Fix jupyter version number, #136544
2021-11-05 14:50:10 -07:00
Rob Lourens
29c5f2d394
Show an error when opening an old unsupported jupyter format
...
Fix #136544
2021-11-05 14:06:39 -07:00
Don Jayamanne
79a3586d6c
Add cell_ids for ipynb with nbformat >= 4.5 ( #134835 )
2021-10-12 09:35:05 -07:00
Don Jayamanne
217e74508d
add new line
2021-09-24 12:48:03 -07:00
Don Jayamanne
0bf3b221ca
Fix unnecessary changes
2021-09-24 12:45:03 -07:00
Don Jayamanne
31abc3784e
Revert "Merge pull request #131592 from DonJayamanne/revertPerfFixes2"
...
This reverts commit 52baabff07 , reversing
changes made to 6e930fb6d4 .
2021-08-24 17:16:44 -07:00
Don Jayamanne
c397afa3bd
Revert "Merge pull request #131035 from DonJayamanne/issue129370"
...
This reverts commit b23486ef7a , reversing
changes made to 9e0732389b .
2021-08-24 16:27:10 -07:00
Don Jayamanne
23cfb0b997
Fixes
2021-08-19 12:23:01 -07:00
Don Jayamanne
9347bc5c24
More perf fixes after review
2021-08-19 12:20:39 -07:00
Don Jayamanne
09f68d545d
Optimize indentation detection
2021-08-17 14:51:53 -07:00
Rob Lourens
1dae051c56
Change exportNotebook API to return string
2021-08-05 17:14:47 -07:00
Rob Lourens
9539f015b1
Split up ipynb serializer file
2021-08-02 19:16:20 -07:00