This is not a re-implementation of JupyterLab's RTC so that it runs in the browser, it is the same Jupyter Collaboration package.
That's exactly what I expect Microverse to bring to the table: more compatibility with JupyterLab.
This is not a re-implementation of JupyterLab's RTC so that it runs in the browser, it is the same Jupyter Collaboration package.
That's exactly what I expect Microverse to bring to the table: more compatibility with JupyterLab.
Here is an example of DEM clipping with the Amazon river watershed:
github.com/geojupyter/j...
Here is an example of DEM clipping with the Amazon river watershed:
github.com/geojupyter/j...
davidbrochart.github.io/microverse/
Note that it doesn't work in Firefox and that it's quite slow to start up (see dev network).
It's still very early stage, but it's improving. One interesting feature is how kernels can be shared between browser windows.
davidbrochart.github.io/microverse/
Note that it doesn't work in Firefox and that it's quite slow to start up (see dev network).
It's still very early stage, but it's improving. One interesting feature is how kernels can be shared between browser windows.
While there is no web server in JupyterLite, there is one in microverse, and it is Jupyverse.
I think this will open up new possibilities.
While there is no web server in JupyterLite, there is one in microverse, and it is Jupyverse.
I think this will open up new possibilities.
It's actually Jupyverse, a FastAPI-based Jupyter server.
It's actually Jupyverse, a FastAPI-based Jupyter server.
It doesn't matter if the data is huge and doesn't fit in memory, the tiler will render to the screen just what you need to see.
All powered by @developmentseed.org's awesome TiTiler!
github.com/geojupyter/j...
It doesn't matter if the data is huge and doesn't fit in memory, the tiler will render to the screen just what you need to see.
All powered by @developmentseed.org's awesome TiTiler!
github.com/geojupyter/j...
This is using the same technology as Jupyter (CRDTs). It's great to see how the two projects can benefit from each other.
As a contributor to both projects I think there can be a future where they share more functionalities.
This is using the same technology as Jupyter (CRDTs). It's great to see how the two projects can benefit from each other.
As a contributor to both projects I think there can be a future where they share more functionalities.
Textual's ability to maximize the focused widget is awesome from an accessibility point of view. For instance here you can view only the notebook cell that you are currently editing.
Textual's ability to maximize the focused widget is awesome from an accessibility point of view. For instance here you can view only the notebook cell that you are currently editing.