File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ all: $(HTML_FILES) $(V3_REDIR_FILES) $(NEXT_REDIR_FILES)
2323
2424$(IPYNB_DIR ) /.mapbox_token : $(MD_DIR ) /.mapbox_token
2525 @mkdir -p $(IPYNB_DIR )
26- cd $(IPYNB_DIR ) && ln -s ../../$<
26+ @echo " [symlink] .mapbox_token"
27+ @cd $(IPYNB_DIR ) && ln -s ../../$<
2728
2829$(IPYNB_FILES ) : $(IPYNB_DIR ) /.mapbox_token
2930
3031$(IPYNB_DIR ) /% .ipynb : $(MD_DIR ) /% .md
3132 @mkdir -p $(IPYNB_DIR )
3233 @echo " [jupytext] $<"
33- @cat what_about_dash.md >> $<
34- @jupytext $< --to notebook --quiet --output $@
34+ @cat $< what_about_dash.md | jupytext --to notebook --quiet --output $@
3535
3636$(HTML_DIR ) /2019-07-03-% .html : $(IPYNB_DIR ) /% .ipynb
3737 @mkdir -p $(HTML_DIR )
Original file line number Diff line number Diff line change 11
2+
23<!-- #region -->
34### What About Dash?
45
You can’t perform that action at this time.
0 commit comments