This website works better with JavaScript
Home
Explore
Help
Sign In
gbrault
/
jupytersketcher
mirror of
https://github.com/gbrault/jupytersketcher.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
9b4eab36ff
Branches
Tags
gh-pages
master
august2020
jupytersketc...
/
Lib
/
site-packages
/
mkdocs
/
tests
/
integration
/
complicated_config
/
theme_tweaks
/
404.html
404.html
94 B
History
Raw
1
2
3
4
5
6
7
{% extends "base.html" %}
{% block content %}
<h1>Custom 404 Page!</h1>
{% endblock %}