Skip to content
Snippets Groups Projects
Commit f0f90452 authored by eliselavy's avatar eliselavy
Browse files

python version

parent e9031a4c
Branches
No related tags found
No related merge requests found
%% Cell type:markdown id: tags:title
# Title
%% Cell type:markdown id: tags:contributor
### Contributor1FirstName Contributor1LastName [![orcid](https://orcid.org/sites/default/files/images/orcid_16x16.png)](https://orcid.org/ORCID_ID)
Institution
%% Cell type:markdown id: tags:contributor
### Contributor2FirstName Contributor2LastName [![orcid](https://orcid.org/sites/default/files/images/orcid_16x16.png)](https://orcid.org/ORCID_ID_IF_EXIST)
Institution
%% Cell type:markdown id: tags:contributor
### Contributor3FirstName Contributor3LastName [![orcid](https://orcid.org/sites/default/files/images/orcid_16x16.png)](https://orcid.org/ORCID_ID_IF_EXIST)
Institution
%% Cell type:markdown id: tags:copyright
[![cc-by](https://licensebuttons.net/l/by/4.0/88x31.png)](https://creativecommons.org/licenses/by/4.0/)
©<AUTHOR or ORGANIZATION / FUNDER>. Published by De Gruyter in cooperation with the University of Luxembourg Centre for Contemporary and Digital History. This is an Open Access article distributed under the terms of the [Creative Commons Attribution License CC-BY](https://creativecommons.org/licenses/by/4.0/)
%% Cell type:markdown id: tags:copyright
[![cc-by-nc-nd](https://licensebuttons.net/l/by-nc-nd/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-nd/4.0/)
©<AUTHOR or ORGANIZATION / FUNDER>. Published by De Gruyter in cooperation with the University of Luxembourg Centre for Contemporary and Digital History. This is an Open Access article distributed under the terms of the [Creative Commons Attribution License CC-BY-NC-ND](https://creativecommons.org/licenses/by-nc-nd/4.0/)
%% Cell type:code id: tags:cover
``` python
from IPython.display import Image, display
display(Image("./media/placeholder.png"))
```
%% Output
%% Cell type:markdown id: tags:disclaimer
(optional) This article was orginally published (...)
%% Cell type:markdown id: tags:keywords
FirstKeyword, SecondKeyword, AlwaysSeparatedByAComma
%% Cell type:markdown id: tags:abstract
This is an abstract (...)
%% Cell type:markdown id: tags:
## Introduction
%% Cell type:markdown id: tags:
This is the first paragrah of running text with a citation example
%% Cell type:code id: tags:
``` python
```
%% Cell type:markdown id: tags:hermeneutics
This is a hermeneutic paragraph
%% Cell type:markdown id: tags:table-1
Editor|1641|1798|1916
---|---|---|---
Senan|0.55|0.4|0.3
Henry|0.71|0.5|0.63
%% Cell type:markdown id: tags:hidden
%% Cell type:code id: tags:
``` python
# Check your Python version
from platform import python_version
python_version()
#!python -V
```
%% Cell type:code id: tags:
``` python
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment