mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-04 07:08:05 +00:00
first commit
This commit is contained in:
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 %}
|
Reference in New Issue
Block a user