Skip to content

md -[jupytext 1.1.0]-> ipynb -[jupytext 1.3.0rc1]-> md - #117

Merged
rsokl merged 1 commit into
masterfrom
jupytext-1.3.0rc1
Nov 19, 2019
Merged

md -[jupytext 1.1.0]-> ipynb -[jupytext 1.3.0rc1]-> md#117
rsokl merged 1 commit into
masterfrom
jupytext-1.3.0rc1

Conversation

@rsokl

@rsokl rsokl commented Nov 9, 2019

Copy link
Copy Markdown
Owner

This PR updates the jupytext version for encoding all of the jupytext-markdown documents.

@alexding123 you will want to upgrade your markdown files as well to keep in sync. I have written some tooling to do so. This repo now has an installable python package called plymi. Once you install it, you can simply upgrade to jupytext==1.3.0rc2 and run:

import plymi
from pathlib import Path
root = Path("./Learning_Python/").absolute()
plymi.convert_all_markdown_to_markdown(root)

Assuming that you are using the same directory / notebook names as me, this will upgrade all of your notebooks.


3\. Remove the whitespace from both ends of: `" basket "`

<!-- #region -->

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A <!-- #region --> is removed here

6\. Only kids 13 and up are allowed to see Wayne's World. Given the variables `name` (a string) and `age` (an integer), use an f-string that will display: "NAME is old enough to watch the movie: BOOL", where NAME is to be replaced with the kid's name, and BOOL should be `True` if the kid is at least 13 years old, and `False` otherwise.

</div>
<!-- #endregion -->

@rsokl rsokl Nov 9, 2019

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A <!-- #endregion --> is removed here. There are several instances of these - they all occur amidst <div></div> blocks.

@rsokl
rsokl merged commit be7172d into master Nov 19, 2019
@davidmascharka
davidmascharka deleted the jupytext-1.3.0rc1 branch November 19, 2019 16:36
@davidmascharka
davidmascharka restored the jupytext-1.3.0rc1 branch November 19, 2019 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant