markdown Jupyter有用的东西#jupyter

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Jupyter有用的东西#jupyter相关的知识,希望对你有一定的参考价值。

```python
from IPython.display import FileLink
FileLink(file_name)
```
callback

```
params ={'verbose':0, 'callbacks':[TQDMNotebookCallback(leave_inner=True)]}
```
```python
from IPython.display import FileLink
FileLink("KerasInceptionXception0.47.csv")
```
You can always add this in any cell:

```python
import pdb; pdb.set_trace()
```
and the debugger will stop on that line. For example:

```python
In[1]: def fun1(a):
           def fun2(a):
               import pdb; pdb.set_trace() # debugging starts here
           return fun2(a)

In[2]: fun1(1)
```

以上是关于markdown Jupyter有用的东西#jupyter的主要内容,如果未能解决你的问题,请参考以下文章

347将jupyter notebook嵌入博客园

Python的IDE之Jupyter的使用

非线性函数的最小二乘拟合——兼论Jupyter notebook中使用公式 [原创]

jupyter notebook安装纪要

2Jupyter Notebook 快速入门

markdown 有用的javscript初学者的东西要知道。