Skip to content

Commit 4208e27

Browse files
committed
add links
1 parent 87cb5b8 commit 4208e27

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ 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+
The two features wvpy provides are:
1819

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).
20+
* Converting Juypter notebooks to/from vanilla Python files. We have an article on the technique [here](https://win-vector.com/2022/08/20/an-effective-personal-jupyter-data-science-workflow/), and a short video demonstration [here](https://youtu.be/cQ-tCwD4moc).
21+
* Running many Jupyter notebooks with many different inputs, or *parameterized*. We have a short video on the technique [here](w92jsKubNCk).
22+
23+
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). A video describing
2024

2125
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>.
2226

0 commit comments

Comments
 (0)