Skip to content

Commit

Permalink
add jupyterlab-markup
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Feb 26, 2023
1 parent 070ff87 commit 22e5d56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies:
### environment-docs.yml ###
# demo
- ipydrawio
- jupyterlab-markup
# docs
- docutils >=0.18
- pydata-sphinx-theme
Expand Down
1 change: 1 addition & 0 deletions .github/reqs/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies:
### environment-docs.yml ###
# demo
- ipydrawio
- jupyterlab-markup
# docs
- docutils >=0.18
- pydata-sphinx-theme
Expand Down
4 changes: 2 additions & 2 deletions atest/resources/Fixtures.resource
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Copy Examples
Clean Examples
[Documentation] Clean out the examples
${nbdir} = Get Jupyter Directory
${all_notebooks} = List Files In Directory ${nbdir} *.ipynb
FOR ${notebook} IN ${all_notebooks}
@{all_notebooks} = List Files In Directory ${nbdir} *.ipynb
FOR ${notebook} IN @{all_notebooks}
Remove File ${nbdir}${/}${notebook}
END
Refresh File List
Expand Down

0 comments on commit 22e5d56

Please sign in to comment.