mirror of
https://github.com/harivansh-afk/ds1001_final.git
synced 2026-04-17 23:01:33 +00:00
added final project notebook and virtual environment files
This commit is contained in:
parent
a2daa16a47
commit
8dd392b20d
586 changed files with 112839 additions and 0 deletions
|
|
@ -0,0 +1,20 @@
|
|||
{%- extends 'null.j2' -%}
|
||||
|
||||
{%- block header -%}
|
||||
#!/usr/bin/env python
|
||||
# coding: utf-8
|
||||
{% endblock header %}
|
||||
|
||||
{% block in_prompt %}
|
||||
{% if resources.global_content_filter.include_input_prompt -%}
|
||||
# In[{{ cell.execution_count if cell.execution_count else ' ' }}]:
|
||||
{% endif %}
|
||||
{% endblock in_prompt %}
|
||||
|
||||
{% block input %}
|
||||
{{ cell.source | ipython2python }}
|
||||
{% endblock input %}
|
||||
|
||||
{% block markdowncell scoped %}
|
||||
{{ cell.source | comment_lines }}
|
||||
{% endblock markdowncell %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue