Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .markdown_link_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pattern": "^http://host"
},
{
"pattern": "^http://nbviewer.ipython.org/"
"pattern": "^https://nbviewer.jupyter.org/"
},
{
"pattern": "^http://some/file/from/"
Expand Down
21 changes: 2 additions & 19 deletions examples/Calysto Processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,7 @@
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Calysto Processing\n",
"\n",
"This notebook shows Calysto Processing, a MetaKernel-based Jupyter language.\n",
"\n",
"To see this notebook with included Javascript parts, please use this URL:\n",
"\n",
"http://nbviewer.ipython.org/github/Calysto/metakernel/blob/main/examples/Calysto%20Processing.ipynb\n",
"\n",
"To run Calysto Processing yourself, you will need:\n",
"\n",
"* IPython/Jupyter\n",
"* MetaKernel\n",
"* Calysto\n",
"* Calysto Processing\n",
"\n",
"You can run any Processing sketch as a cell in a notebook:"
]
"source": "# Calysto Processing\n\nThis notebook shows Calysto Processing, a MetaKernel-based Jupyter language.\n\nTo see this notebook with included Javascript parts, please use this URL:\n\nhttps://nbviewer.jupyter.org/github/Calysto/metakernel/blob/main/examples/Calysto%20Processing.ipynb\n\nTo run Calysto Processing yourself, you will need:\n\n* IPython/Jupyter\n* MetaKernel\n* Calysto\n* Calysto Processing\n\nYou can run any Processing sketch as a cell in a notebook:"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -1083,4 +1066,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}
Loading