Load local data into IPython notebook server

后端 未结 4 792
陌清茗
陌清茗 2020-12-29 11:40

I did setup an ipython server for other people (in my company department) to have a chance to learn and work with python.

Now I wonder how people can load their own

4条回答
  •  遥遥无期
    2020-12-29 12:19

    Once you run jupyter ipython notebook, click on new --> Go to terminal and then simply run the following command :

    You can pass your files url here and get your file uploaded on the server and you are ready to go. Otherwise directly drag a file or upload the file from the upload button.

提交回复
热议问题