Skip to content

Latest commit

 

History

History
44 lines (41 loc) · 839 Bytes

pyOpenSci-stats.md

File metadata and controls

44 lines (41 loc) · 839 Bytes
author date jupytext kernelspec language_info license subtitle title
affiliations email name orcid
pyOpenSci
Leah Wasser
0000-0002-7859-8394
2024/06/19
notebook_metadata_filter text_representation
all
extension format_name format_version jupytext_version
.md
myst
0.13
1.16.3
display_name language name
Python 3 (ipykernel)
python
python3
codemirror_mode file_extension mimetype name nbconvert_exporter pygments_lexer version
name version
ipython
3
.py
text/x-python
python
python
ipython3
3.11.9
code
MIT
pyOpenSci Peer Review Summary Status
Text myst markdown file running code

This is a test markdown file to test code output.

print("hello")
a = 1 + 2
print(a)