|
|
|
|
|
by lneves12
644 days ago
|
|
We are actually bundling everything inside one big main.js file, compared to jupyter-lab app that loads each extension from a different file using webpack federated modules. We did some benchmarking and it was actually faster than having one file per extension. There is definitely still some room for improvement here, but we have some other places we would like to optimize first, like, optimising the fetching of the notebooks content. You can take a look at the notebooks entrypoint network request: https://portal-notebooks.singlestore.com/ |
|