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 @@ -4,7 +4,7 @@
"pattern": "^https://github.com"
},
{
"pattern": "^http://nbviewer.ipython.org/"
"pattern": "^https://nbviewer.jupyter.org/"
}
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jupyter console --kernel octave

This kernel is based on [MetaKernel](http://pypi.python.org/pypi/metakernel), which means it features a standard set of magics (such as `%%html`). For a full list of magics, run `%lsmagic` in a cell.

A sample notebook is available [online](http://nbviewer.ipython.org/github/Calysto/octave_kernel/blob/main/octave_kernel.ipynb).
A sample notebook is available [online](https://nbviewer.jupyter.org/github/Calysto/octave_kernel/blob/main/octave_kernel.ipynb).

## Configuration

Expand Down
243 changes: 0 additions & 243 deletions README.rst

This file was deleted.

Loading