How to upload data to Jupyter Hub from hosting Server?

171 Views Asked by At

I setup Jupyter Hub on my server by following this guide. I have my Dataset on that server and I want to either upload to or make visible to the JupyterHub running on the http://ip-of-my-server. The data uploading guide is about uploading the data from the JupyterHub GUI, but want it done from the back-end.

Is that possible?

1

There are 1 best solutions below

0
On

The root directory of jupyterhub is present on the hosting server at /home/jupyter-adminusername, where adminusername is the one you used while creating the jupyterhub instance as mentioned here. You can add files in this directory to make them visible in the jupyter browser window.