You are here |
tomaugspurger.net | ||
| | | |
www.peterbaumgartner.com
|
|
| | | | Recently I've been using Quarto to generate HTML reports to share with stakeholders and I'd like to share a workflow and configuration that has worked for me. Background Most of my programming I do in VSCode. A typical workflow involves using an IPython REPL for exploratory coding, organizing commonly used code into a package, and creating CLI functions with typer as an abstraction for common tasks. This approach solves 90% of my problems on data science projects and gives me a replicable workflow that's easily modified. | |
| | | |
jeroenjanssens.com
|
|
| | | | Did you know that there's a Bash kernel for IPython Notebook? It even displays inline images. Could it ever be a convenient environment for doing data science? Would it be worthwhile to publish my book Data Science at the Command Line as a collection of notebooks? | |
| | | |
xcorr.net
|
|
| | | | By far the most popular post on this blog is areview of severalPython integrated development environments (IDEs)gearedtowardscience. Coming from a Matlab background, it's natural tosearch for something Matlab-like to replace it - an IDE with integrated editor, code execution, plotting, benchmarking, file management, etc. An increasingly attractive alternative is the IPython Notebook. The ipython Notebook... | |
| | | |
xnacly.me
|
|
| | Using Treesitter in neovim to conditionally highlight code snippets |