Tag Python
Scientific Python at Microscopy & MicroAnalysis 2019
Where we demonstrate a new way of doing interactive image analysis.
Linking to emails in org-mode (using neomutt)
Where we store links to emails in org-mode, and open them using neomutt.
WebSockets in Python (and some Redux)
Where we make pushing messages from a python backend to the browser easy.
Python & Matplotlib on OSX
Where we discuss two ways of installing Matplotlib on MacOS.
SciPy2013 Proceedings
Where I announce the SciPy 2013 proceedings, and talk about how we did it.
scikits-image 0.7
We’re happy to announce the 7th version of scikits-image!
Scikits-image is an image processing toolbox for SciPy that includes algorithms for segmentation, geometric transformations, color space manipulation, analysis, filtering, morphology, feature detection, and more.
For more information, examples, and documentation, please visit our website.
New Features
It’s been only 3 months since scikits-image 0.6 was released, but in that short time, we’ve managed to add plenty of new features and enhancements, including
Emacs package management
EDIT 2023-01-06: Nowadays, there is use-package
.
I recently tried to install MuMaMo as one of the dependencies for Takafumi Arakaki’s Emacs-based IPython notebook. The instructions on the MuMaMo webpage were as clear as mud and aimed primarily at Windows users. Enters apt-get for Emacs!
My Emacs setup is shared across multiple machines: a synchronized elisp
folder, containing *.el
files, along with my .emacs
configuration.
el-get
allows you to share your package installation folder in a similar
fashion. Here are some relevant configuration snippets: