Skip to content
Snippets Groups Projects
Commit 2f5de978 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

space escaping

parent f3f4ad67
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ outputs: ...@@ -2,7 +2,7 @@ outputs:
before_script: before_script:
- conda install jupytext -c conda-forge - conda install jupytext -c conda-forge
script: script:
- "jupytext */Notebook*md Outline\ of\ notebooks.md --to notebook" - "jupytext */Notebook*md Outline\\ of\\ notebooks.md --to notebook"
artifacts: artifacts:
paths: paths:
- "*/Notebook*ipynb" - "*/Notebook*ipynb"
......
%% Cell type:markdown id: tags:
# Outline
* **Notebook 1:** Basics of programming and Python
* **Notebook 2:** Functions
* **Notebook 3:** Program flow control
* **Notebook 4:** Scientific computing with numpy
* **Notebook 5:** Data in Python
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment