zoukankan
html css js c++ java
ipython 编辑器 jupyter notebook如何将 ipynb 转成 py 并在 jupyter notebook 中继续引用
首先将 要被做成 module 的 ipython 代码 download as py
然后将 down 下来的 py 文件上传至 work 目录(也就是编写导入模块的py文件目录)
这部分 的 work 目录因为是 linux 服务器,所以采用 Filezilla 上传 (这部分不是重点,无图)
最后,在jupyter notebook 编辑器中做引用,记得把 py 文件添加到 sys.path 这一步
如果有来生,一个人去远行,看不同的风景,感受生命的活力。。。
查看全文
相关阅读:
Binary Tree Paths
Implement Stack using Queues
Path Sum II
Path Sum
Plus One
Add Digits
Missing Number
H-Index II
H-Index
Ugly Number II
原文地址:https://www.cnblogs.com/Frank99/p/9212204.html
最新文章
107. Binary Tree Level Order Traversal II
102. Binary Tree Level Order Traversal
12. Integer to Roman
147. Insertion Sort List
125. Valid Palindrome
162. Find Peak Element
232. Implement Queue using Stacks
219. Contains Duplicate II
226. Invert Binary Tree
230. Kth Smallest Element in a BST
热门文章
231. Power of Two
13. Roman to Integer
160. Intersection of Two Linked Lists
104. Maximum Depth of Binary Tree
Windows Live Writer的十大插件
在ibatis和mysql环境下使用insert如何获取返回值
326. Power of Three
JSON与XML的区别比较
什么是fat tree
Merge Sorted Array
Copyright © 2011-2022 走看看