Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
6
venv/share/jupyter/nbconvert/templates/script/conf.json
Normal file
6
venv/share/jupyter/nbconvert/templates/script/conf.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"base_template": "base",
|
||||
"mimetypes": {
|
||||
"text/plain": true
|
||||
}
|
||||
}
|
5
venv/share/jupyter/nbconvert/templates/script/script.j2
Normal file
5
venv/share/jupyter/nbconvert/templates/script/script.j2
Normal file
|
@ -0,0 +1,5 @@
|
|||
{%- extends 'null.j2' -%}
|
||||
|
||||
{% block input %}
|
||||
{{ cell.source }}
|
||||
{% endblock input %}
|
Loading…
Add table
Add a link
Reference in a new issue