Issue
I have one Windows server with internet access and one Linux server with no internet access, and I can transfer any files from Windows server to Linux server. The Linux server already has python installed. How can I install Jupyter Notebook on the Linux server?
Solution
Download notebook-master.zip file from https://github.com/jupyter/notebook and unzip it.
Connect to the Linux Server using WinSCP.
Transfer the notebook master folder to the Linux machine
On the Linux machine, go to the directory and run
pip install .
. Alternatively, If you do not have pip installed you can runpython setup.py install --single-version-externally-managed --root=/
Answered By - prnvbn
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.