We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66783fb commit c968c8fCopy full SHA for c968c8f
notebooks/1-15-frontmatter-nb.md
@@ -0,0 +1,24 @@
1
+---
2
+authors:
3
+- name: Thomas Parmentier
4
+- name: Olivier Grisel
5
+jupytext:
6
+ formats: md:myst
7
+ text_representation:
8
+ extension: .md
9
+ format_name: myst
10
+kernelspec:
11
+ name: python3
12
+ display_name: Python 3 (ipykernel)
13
+ language: python
14
+language_info:
15
+ name: python
16
+ pygments_lexer: ipython3
17
+ nbconvert_exporter: python
18
19
+
20
+# frontmatter
21
22
++++
23
24
+we just want to play with the ability to override some project settings on an individual notebook without impacting the other ones
0 commit comments