python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to run specific Kernel in jupyter hub from terminal
Assume I have a script 'test.py'. To run this in Jupyter terminal I can simply put
python test.py
However, what if I wish to run this with K8s cluster rather than Python. Is there any way to execute ...

emilk
Votes: 0
Answers: 0
Helm Install from DockerHub image - DockerHub Image download fails
When running the following command:
helm upgrade --cleanup-on-fail \
-- install $releaseName $dockerHubName/$dockerHubRepo:$tag \
-- namespace $namespace \
-- create-namespace \
-- val...
flying_loaf_3
Votes: 0
Answers: 1
Export environment variables to JupyterHub users, without using Docker?
JupyterHub has various authentication methods, and the one I am using is the PAMAuthenticator, which basically means you log into the JupyterHub with your Linux userid and password.
However, environme...

Thomas Browne
Votes: 0
Answers: 2
Pyspark kernel in jupyterhub, access to master remotely
i have two kernels for Spark, one to run locally and one to run towards a cluster. Is there a way to set an environment variable to my spark master so that users dont have to define master in SparkCon...
TraineeGuy
Votes: 0
Answers: 1