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 7170fb6 commit a699b7eCopy full SHA for a699b7e
example.ipynb
@@ -0,0 +1,35 @@
1
+{
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": null,
6
+ "id": "bd14bf8d-1a4b-434c-8251-4291a9afb10e",
7
+ "metadata": {},
8
+ "outputs": [],
9
+ "source": [
10
+ "print('hello')"
11
+ ]
12
+ }
13
+ ],
14
+ "metadata": {
15
+ "kernelspec": {
16
+ "display_name": "Python 3 (ipykernel)",
17
+ "language": "python",
18
+ "name": "python3"
19
+ },
20
+ "language_info": {
21
+ "codemirror_mode": {
22
+ "name": "ipython",
23
+ "version": 3
24
25
+ "file_extension": ".py",
26
+ "mimetype": "text/x-python",
27
+ "name": "python",
28
+ "nbconvert_exporter": "python",
29
+ "pygments_lexer": "ipython3",
30
+ "version": "3.12.11"
31
32
33
+ "nbformat": 4,
34
+ "nbformat_minor": 5
35
+}
0 commit comments