Yuvi
Yuvi
We currently have https://github.com/conda-forge/pangeo-notebook-feedstock/ which is a metapackage providing Jupyter Runtime packages (nbgitpuller, jupyterlab, jupyterhub-singleuser, etc) required for the built docker images to run on JupyterHub / Binder. We should...
In https://github.com/2i2c-org/pangeo-hubs/pull/15, we added R to a base pangeo image to so folks from Farallon can use it. Most of that is upstreamable - would there be interest in adding...
## Reproduce ``` git clone https://github.com/yuvipanda/requirements cd requirements jupyter lite build . --output-dir _output --contents . --config jupyterlite_config.json cd _output python3 -m http.server 9000 ``` Go to localhost:9000, see jupyterlite....
Is this kernel alpha/beta state? Setting that expectation that up front would be great for people trying it out.
only OS X build available now.
``` yuvipanda@picard:~/code/monokube$ go get github.com/polvi/monokube can't load package: package github.com/polvi/monokube: no buildable Go source files in /home/yuvipanda/code/src/github.com/polvi/monokube ```
[JupyterLab retro](https://github.com/jupyterlab/retrolab/) is a great alternative to the classic notebook, keeping the simple document oriented UI while giving us new features like RTC. We want to get it to a...
Currently, students need to raise a request on GitHub to get a copy of their archived files (https://github.com/berkeley-dsep-infra/datahub/issues/2866). This also creates manual work for @felder, and there are also way...
Per @ericvd-ucb, MCB32 still uses qgrid. However, qgrid is basically abandoned, and doesn't work with ipywidgets 8.x https://github.com/berkeley-dsep-infra/datahub/pull/3620 adds it back, but we should have MCB32 move to something else.