Questions tagged [jupyter]
6 questions
0
votes
0 answers
How to run Jupyter notebook in an external server via SSH without any connection timed out issues?
I’m working on a machine learning project on an external linux server owned by my university. I can access the server via SSH and using PuTTy and the command
Jupyter notebook —-no-browser —port
to send the Jupyter notebook GUI interface back to my…
wthra
- 1
0
votes
0 answers
How to install miniconda to Jupyterhub in Kubernetes?
I used this instruction to install Jupyterhub to Kubernetes cluster (chart version 2.0.0). But it doesn't contain Conda (but other images, that is not for k8s, do have it). How can I install miniconda to the kubernetes installation of the…
Timur
- 31
- 2
0
votes
0 answers
vscode with jupyter with archlinux
I am trying to install and use vscode with jupyter extension for coding with python on my archlinux OS. but it does not found any kernel interpreter
I installed both jupyter and python extension in vscode and tried many staff suggested on the…
eugenio b
- 31
- 6
0
votes
1 answer
python uses the entire RAM when running code
I guess the issue is not with the python specifically but with overall RAM management in Linux. So here's the code:
!pip install numpy opencv-python pandas matplotlib tensorflow scikit-learn
import numpy as np
import cv2 as cv
import pandas as…
dummygum
- 1
- 1
0
votes
0 answers
Installing jupyter lab on RHEL 7
I installed jupyterlab on RHEL 7 with
pip3 install jupyterlab
Now I am trying to start it. I need to run it only locally (no need to open any ports). I found where the file is located, but still cannot launch it. I tried
jupyterlab and got back…
user1700890
- 101
- 1
0
votes
0 answers
Starting a process for all users as root (case of jupyter notebook server)
This might be a peculiar case where we need to start the jupyter notebook for all system users on a common machine. All users have their own conda envs (installed in their home) which has same name base. However, for simplicity, we would like to…
ankit7540
- 321
- 1
- 4
- 14