Skip to content

Commit ed6bea6

Browse files
committed
edit
1 parent 949525a commit ed6bea6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<a href="https://github.com/WinVector/wvpy">wvpy</a> tools for converting Jupyter notebooks to and from Python files.
33

4-
Text and video tutotials here: [https://win-vector.com/2022/08/20/an-effective-personal-jupyter-data-science-workflow/](https://win-vector.com/2022/08/20/an-effective-personal-jupyter-data-science-workflow/).
4+
Video tutorial here: <a href="https://youtu.be/cQ-tCwD4moc">here</a>.
55

66
Many of the data science functions have been moved to wvu [https://github.com/WinVector/wvu](https://github.com/WinVector/wvu).
77

@@ -15,9 +15,8 @@ Many of the data science functions have been moved to wvu [https://github.com/Wi
1515

1616
The above issues are fortunately all <em>inessential difficulties</em>. Python is a very code-oriented work environment, so most tools expose a succinct programable interface. The tooling exposed by the Python packages <a href="https://pypi.org/project/ipython/">IPython</a>, <a href="https://pypi.org/project/nbformat/">nbformat</a>, and <a href="https://pypi.org/project/nbconvert/">nbconvert</a> are very powerful and convenient. With only a little organizing code we were able to build a very powerful personal data science workflow that we have found works very well for clients.
1717

18-
We share this small amount of code in the package <a href="https://pypi.org/project/wvpy/">wvpy</a>. This is easiest to demonstrate in action, both in <a href="https://win-vector.com/2022/08/20/an-effective-personal-jupyter-data-science-workflow/">this article</a> and in a video demonstration <a href="https://youtu.be/cQ-tCwD4moc">here</a>.
1918

20-
The first feature is: converting Jupyter notebooks (which are JSON files ending with a <code>.ipynb</code> suffix) to and from simple Python code that is more compatible with source control (such as Git).
19+
The first wvpy feature is: converting Jupyter notebooks (which are JSON files ending with a <code>.ipynb</code> suffix) to and from simple Python code that is more compatible with source control (such as Git).
2120

2221
Let's start with a simple example Jupyter notebook: <a href="https://github.com/WinVector/wvpy/blob/main/examples/worksheets/plot.ipynb">plot.ipynb</a>. If we install (using a shell such as bask, or zsh) <a href="https://github.com/WinVector/wvpy">wvpy</a> <a href="https://pypi.org/project/wvpy/">from PyPi</a>.
2322

0 commit comments

Comments
 (0)