##// END OF EJS Templates
Document that `%run` can execute notebooks and ipy scripts....
Document that `%run` can execute notebooks and ipy scripts. This feature has been there for a long time but was not documented in the %run docstring. This patch only adds documentation, without changing the functionality.

File last commit:

r26481:80ca5372
r27023:5a2a58eb
Show More
breadcrumbs.html
7 lines | 177 B | text/html | HtmlLexer
{%- extends "sphinx_rtd_theme/breadcrumbs.html" %}
{% block breadcrumbs_aside %}
{% if not meta or meta.get('github_url') != 'hide' %}
{{ super() }}
{% endif %}
{% endblock %}