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 d4325e7 commit a94279dCopy full SHA for a94279d
Makefile
@@ -15,7 +15,10 @@ _requirements.installed:
15
$(EXEC_NB_DIR):
16
mkdir book/_modules
17
18
-$(EXEC_NB_DIR)/%.ipynb:$(NB_DIR)/%.md $(EXEC_NB_DIR)
+$(EXEC_NB_DIR)/skdemo:
19
+ ln -s $(PWD)/lectures/skdemo $(EXEC_NB_DIR)/skdemo
20
+
21
+$(EXEC_NB_DIR)/%.ipynb:$(NB_DIR)/%.md $(EXEC_NB_DIR) $(EXEC_NB_DIR)/skdemo
22
@# Jupytext will also catch and print execution errors
23
@# unless a cell is marked with the `raises-exception` tag
24
jupytext --execute --to ipynb --output $@ $<
@@ -25,4 +28,3 @@ book: _requirements.installed $(NOTEBOOKS)
25
28
26
29
clean:
27
30
make -C book clean
-
0 commit comments