-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathempty_notebook.py
More file actions
29 lines (27 loc) · 829 Bytes
/
Copy pathempty_notebook.py
File metadata and controls
29 lines (27 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ---
# jupyter:
# jupytext:
# cell_metadata_filter: all,-hidden,-heading_collapsed,-run_control,-trusted
# notebook_metadata_filter: all, -jupytext.text_representation.jupytext_version,
# -jupytext.text_representation.format_version,-language_info.version, -language_info.codemirror_mode.version,
# -language_info.codemirror_mode,-language_info.file_extension, -language_info.mimetype,
# -toc, -rise, -version
# text_representation:
# extension: .py
# format_name: percent
# kernelspec:
# display_name: Python 3 (ipykernel)
# language: python
# name: python3
# language_info:
# name: python
# nbconvert_exporter: python
# pygments_lexer: ipython3
# ---
# %% [markdown]
# # un notebook vierge
#
# sauvé en Python
# %%
def foo():
print("hello world")