Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Update links to nbformat docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed Mar 24, 2020
1 parent 74d502b commit 6b02ba0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ import (
"encoding/json"
)

// Documentation of the Jupyter Notebook JSON format: https://ipython.org/ipython-doc/3/notebook/nbformat.html
// (VCS: https://github.com/ipython/ipython-doc/blob/e9c83570cf3dea6d7a6b178ee59869b4f441220f/3/notebook/nbformat.html).
// Documentation of the Jupyter Notebook JSON format:
// - https://nbformat.readthedocs.io
// - https://ipython.org/ipython-doc/3/notebook/nbformat.html

// outputData can contain the cell output in various data types. Source:
// https://github.com/jupyter/nbconvert/blob/c837a22d44d98f6a58d1934bd85af1506df48f21/nbconvert/utils/base.py#L16.
Expand Down
3 changes: 1 addition & 2 deletions test_data.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package nbtohtml

// Documentation of the Jupyter Notebook JSON format: https://ipython.org/ipython-doc/3/notebook/nbformat.html
// (VCS: https://github.com/ipython/ipython-doc/blob/e9c83570cf3dea6d7a6b178ee59869b4f441220f/3/notebook/nbformat.html)
// Source of sample notebook (modified): https://ipython.org/ipython-doc/3/notebook/nbformat.html
const testNotebookString = `{
"metadata": {
"kernelspec": {
Expand Down

0 comments on commit 6b02ba0

Please sign in to comment.