Skip to content

Commit

Permalink
Update python tools link to new code cell header
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom authored and mwouts committed Aug 14, 2019
1 parent a1247c5 commit 3f465bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The `percent` format is a representation of Jupyter notebooks as scripts, in whi
- [Hydrogen](https://nteract.gitbooks.io/hydrogen/docs/Usage/NotebookFiles.html#notebook-export), a package for Atom,
- [VS
Code](https://code.visualstudio.com/docs/python/jupyter-support#_jupyter-code-cells),
- [Python Tools for Visual Studio](https://docs.microsoft.com/en-us/visualstudio/python/python-interactive-repl-in-visual-studio?view=vs-2019#send-to-interactive-command),
- [Python Tools for Visual Studio](https://docs.microsoft.com/en-us/visualstudio/python/python-interactive-repl-in-visual-studio?view=vs-2019#work-with-code-cells),
- and [PyCharm Professional](https://www.jetbrains.com/help/pycharm/editing-jupyter-notebook-files.html#edit-content).

Our implementation of the `percent` format is compatible with the original specifications by Spyder. We extended the format to allow markdown cells and cell metadata. Cell headers have the following structure:
Expand Down

0 comments on commit 3f465bd

Please sign in to comment.