python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Creating a publicly distributed Jupyter Notebook from Github repo
I have an online course (Performance Ninja), which I would like to turn into a publicly distributed Jupyter Notebook. The course is hosted on Github. There I have the source code for the lab assignmen...
Denis Bakhvalov
Votes: 0
Answers: 0
Add raster to leaflet map in python - Raster loaded by localtileserver not displayed
I try to reproduce the example at https://localtileserver.banesullivan.com/. Unfortunately, the raster map is not displayed. I see only the OSM basemap. I am working in a Jupyterhub environment (Versi...
user1523602
Votes: 0
Answers: 1
JupyterHub custom DockerSpawner to bind different shared volumes based on LDAP group membership
Users and groups are managed by LDAPAuthenticator.
c.JupyterHub.authenticator_class = 'ldapauthenticator.LDAPAuthenticator'
c.LDAPAuthenticator.allowed_groups = [...]
....
DockerSpawner is currently ...
Fedor Petrov
Votes: 0
Answers: 0
I would like to test the memory load on JUPYTERHUB
I am using a jupyter that operates as a POD in a k8s environment.
I want to test the kernel with Python code.
I would like to intentionally OOM the jupyter kernel.
The kernel does not die by using inf...
Cassil
Votes: 0
Answers: 0