/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.astrobetter.com
| | dbanuggets.com
43.5 parsecs away

Travel
| | With the invitation of Steve Jones for April month of T-SQL Tuesday, I am going to share some of my thoughts on using Jupyter notebooks. Jupyter Notebook is an open-source web application that can serve us to create, share code and documents with others. It provides that beautiful way to document your code, text, images...
| | ploomber.io
100.0 parsecs away

Travel
| | Introducing a Machine Learning experiment tracker optimized for your happiness
| | hackaday.io
66.7 parsecs away

Travel
| | I've posted the scripts used to generate the anti-aliased text used in the User Interface. The first is a Photoshop script,CreateFontData.jsx. This makes a set of PNG files, one for each character. The second isConvertText.py, a Python script that takes the output of CreateFontData and generates C code for display the characters on the Epson LCD used in the project. Note these scripts have some hard-coded pathnames in them (to the development folder) but this is pretty easy to find and modify.
| | www.rasulkireev.com
55.6 parsecs away

Travel
| If you are using a virtual environment, you might have ome issues with Jupyter Notebook. In this post we go through proper Jupyter Setup with venv.