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 7df49cd commit a5593c4Copy full SHA for a5593c4
irrelevant/json_generator.py
@@ -2,12 +2,19 @@
2
An inefficient monolithic piece of code that'll generate jupyter notebook
3
from the projects main README.
4
5
-TODO
+PS: If you are a recruiter, please don't judge me by this piece of code. I wrote it
6
+in hurry. I know this is messy and can be simplified, but I don't want to change it
7
+much because it just works.
8
-- CLI arguments for running this thing.
9
+Simplifictions and improvements through patches are more than welcome however :)
10
+
11
12
+#TODOs
13
14
+- CLI arguments for running this thing
15
- Add it to prepush hook
16
+- Add support for skip comments, to skip examples that are not meant for notebook environment.
17
- Use templates?
-
18
"""
19
20
import json
0 commit comments