Skip to content

Commit 95d72ab

Browse files
committed
Finished workflow section
1 parent 20127b8 commit 95d72ab

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Allows users to run Jupyter notebooks from GitHub repositories in the cloud, wit
237237

238238
## Profiling and benchmarking
239239

240-
* [py-spy]() -
240+
* [py-spy](https://github.com/benfred/py-spy) - A profiler for python code which doesn't interfere with the running process.
241241

242242

243243
## Speed
@@ -286,10 +286,13 @@ Basically magic, compatible with pytest, and the algorithms used in the implemen
286286

287287
## Workflow
288288

289-
* [ipython]() -
289+
*Don't just write and run python scripts. Tools to make your workflow faster, clearer, and easier to come back to later. *
290+
291+
* [ipython](https://ipython.readthedocs.io/en/stable/) - Run python interactively, like MatLab! Forms the backend of jupyter notebooks.
290292
* [jupyter notebooks](https://jupyter.org/) -
291-
* [jupyterlab](https://jupyterlab.readthedocs.io/en/stable/) -
292-
* [papermill]() -
293+
* [jupyterlab](https://jupyterlab.readthedocs.io/en/stable/) - A development environment in which you can write Jupyter notebooks.
294+
The spiritual successor to spyder, in that it is designed specifically for scientists.
295+
* [papermill](https://papermill.readthedocs.io/en/latest/) - A tool for parameterizing, executing, and analyzing multiple Jupyter Notebooks.
293296

294297

295298
# Beginner Recommendations

0 commit comments

Comments
 (0)