We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cc580 commit b55efb9Copy full SHA for b55efb9
doc/notebooks_to_md.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+jupyter nbconvert --ExecutePreprocessor.timeout=-1 --to markdown --execute orca_tutorial_1.ipynb
3
+jupyter nbconvert --ExecutePreprocessor.timeout=-1 --to markdown --execute orca_tutorial_2.ipynb
4
+jupyter nbconvert --ExecutePreprocessor.timeout=-1 --to markdown --execute orca_tutorial_3.ipynb
5
+
0 commit comments