Explore >> Select a destination


You are here

tasshin.com
| | arunmani.in
16.1 parsecs away

Travel
| | My journey in publishing a book using GNU Emacs and OrgMode.
| | takeonrules.com
17.3 parsecs away

Travel
| | About 15 or so years ago, I was changing jobs. I was leaving the walled garden of an Integrated Development Environment (IDE ??) for a proprietary language that deployed to an IBM System iSeries (AS/400 ??) . (Sidenote: We wrote in Report Program Generator programming language from IBM (IBM RPG ??) and Cool Plex, which looked a lot of meta-code and what I now know to be RDF Triples ) At my new job, I was writing web-facing applications using open source technology and deploying to Linux.
| | michaelneuper.com
15.5 parsecs away

Travel
| | Introduction The popularity of Jupyter Notebook has surged in recent years as a powerful tool for interactive data analysis and visualization. However, there is an alternative that has been around for a longer time and is proving to be a valuable resource for many programmers: Emacs Org Mode. In this blog post, we will explore how you can replace Jupyter Notebook with Emacs Org Mode for a seamless and efficient literate programming experience.
| | vickiboykis.com
108.7 parsecs away

Travel
| When I'm working with Jupyter notebooks, I often want to work with them from within a virtual environment. The general best practice is that you should always use either virtual environments or Docker containers for working with Python, for reasons outlined in this post, or you're gonna have a bad time. I know I have. The workflow is a little long, so I thought I'd document it for future me here.