简体   繁体   English

如何将代码从 jupyter notebook 共享到安装了 python3 的服务器?

[英]How to share code from jupyter notebook to server installed with python3?

I have written python code in jupyter notebook, And now I need to keep or share the same in server installed with python3.我已经在 jupyter notebook 中编写了 python 代码,现在我需要在安装了 python3 的服务器中保留或共享相同的代码。

So that other person with jupyter notebook can connect to this server and get the code and run on their system.这样其他拥有 jupyter notebook 的人就可以连接到该服务器并获取代码并在他们的系统上运行。

Please suggest me how to do it or any blogs or tutorial related to it.请建议我如何做或任何与之相关的博客或教程。

Thank you.谢谢你。

I had to browse throughly.我不得不浏览一遍。 Here I got the solution.在这里,我得到了解决方案。 https://ljvmiranda921.github.io/notebook/2018/01/31/running-a-jupyter-notebook/ https://ljvmiranda921.github.io/notebook/2018/01/31/running-a-jupyter-notebook/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM