-
@yuvipanda
Thanks for all your work on kubespawner. I've started experimenting with running jupyterhub on kubernetes, largely thanks to this spawner, but I wanted to get some guidance around my use…
-
When I try to start a new Dask cluster from inside a notebook:
```
from dask_gateway import Gateway
gateway = Gateway()
cluster = gateway.new_cluster()
```
I get a Cluster not found error:
```
…
-
The most immediate thing to update in the [FAQ](https://jupyter.libretexts.org/hub/static/external/pages/faq.html) is the process for creating a conda environment on the hub. Currently the page links …
-
~No Software is listed in the "Loaded Modules" or "Available Modules" sections.~
~When I load modules in notebook (version 1.9.0, see #25 ), they are not displayed neither.~
~I tried different Jup…
dr-br updated
3 years ago
-
* Get a sense of JupyterLab plugins and extensions that would support the workflow we're envisionning for users.
* Install them
* Document their usage
Potential plugins / extensions for our cons…
huard updated
3 years ago
-
We are running old versions of all Jupyter components, causing problems installing new extensions. I would like to upgrade to the latest versions.
Current versions are
```
jupyterhub --version
…
-
Hi,
I am using dask-jobqueue and the dask-labextension through JupyterHub.
After starting a SLURM cluster with jobqueue, `client` or `cluster.dashboard_link` print `http://:8787/status`. However…
-
Hello,
I'm running the latest jupyterhub from conda-forge.
I've installed the system monitor module by running:
jupyter labextension install jupyterlab-topbar-extension jupyterlab-system-mon…
-
Sorry if this post is a duplicate of something, I tried to search pretty thoroughly but there are a lot of open and closed issues.
We are running jupyterlab through jupyterhub, and can't get widget…
-
As pointed out in https://discourse.jupyter.org/t/list-of-supported-dependency-version-for-binder/5945/4
If you launch JupyterLab in:
http://mybinder.org/v2/gh/binder-examples/conda_environment/mast…