Codefolding :代码折叠,这个不需要做过多的解释。Hide Input All:隐藏所有的代码单元,同时保持所有的输出和 markdown 单元可见。如果你要向非技术人员解释你的结果,那么这就会是一个很有用的功能。Variable Inspector:将你从调试的忧伤中拯救出来,这与 Spyder IDE 中的变量检查窗口有些类似。Spellchecker:对 markdown...
Codefolding :代码折叠,这个不需要做过多的解释。 Hide Input All:隐藏所有的代码单元,同时保持所有的输出和 markdown 单元可见。如果你要向非技术人员解释你的结果,那么这就会是一个很有用的功能。 Variable Inspector:将你从调试的忧伤中拯救出来,这与 SpyderIDE中的变量检查窗口有些类似。 Spellchecker:对 markdo...
Codefolding :代码折叠,这个不需要做过多的解释。 Hide Input All:隐藏所有的代码单元,同时保持所有的输出和 markdown 单元可见。如果你要向非技术人员解释你的结果,那么这就会是一个很有用的功能。 Variable Inspector:将你从调试的忧伤中拯救出来,这与 Spyder IDE 中的变量检查窗口有些类似。 Spellchecker:对 mar...
一个超级酷的变量检查器。 用于Markdown 单元的拼写检查器。 用于深夜编码会话的禅意黑模式(ZenMode)。 能够动态增加常用 python 结构(例如 List comprehension)的 Code Snippets 菜单。 最后这个绝对是最好的功能——舒缓漂亮的深夜蓝配色方案,拯救你的眼睛! 是时候增强我们的 jupyter notebook 了! 炫酷的深蓝午夜...
Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Ca...
jupyter notebook 提供了一种学习、研究模式下的编程体验,“notebook”一词用的也非常贴切,用markdown将文字和代码简洁完美地整合到了一起,让编程脱离了“project”的工程化禁锢,却又不会像“snippet”那么杂乱。jupyter notebook从python语言开始,陆续支持了Java、C、R、JavaScript、Kotlin、Scala甚至是Mathematica。同...
You can use the markdown cells to make notes and document your code. Now, let’s implement an equation and print the result. ClickInsert>Insert Cell Belowto insert a cell. In this new cell, enter the following code: x = 2 y = x*x ...
m to change a cell to Markdown (after pressing Esc) y to change a cell to code (after pressing Esc) Arrow keys to move cells (after pressing Esc) Enter to enter a cell You can get help by adding a question mark to the end of any object and running the cell. Jupyter finds the ...
Code cells can be split further into their input and their output. Operations can also occur separately on input and output and their respective subcomponents. Markdown cells and raw NbConvert cells do not have analogous substructure. The template's structure then can be seen as a mechanism for...
Jupyteris an open source web application that enables interactive computing from the browser. You can create documents that feature live code, documentation with Markdown, equations, visualization and even widgets and other interesting capabilities. Jupyter comes from the three core languages that are ...