Science and technology

5 shocking methods I take advantage of Jupyter to enhance my life

The Jupyter venture gives interactive methods to write down software program with expertise like JupyterLab and Jupyter Notebook. This software program is often used for knowledge evaluation, however what you won’t know (and the Jupyter group did not anticipate) is what number of issues you are able to do with it.

Here are my high 5 surprising and inventive methods to make use of Jupyter.

1. Manipulate photographs

There are nice open supply instruments on the market for image editing and manipulation—from those who rival Photoshop to the experimental work of Glimpse. Even with all these choices, typically I simply do not need to depart the world of Python.

Luckily, Jupyter is a good possibility for doing gentle picture manipulation. Taking benefit of the truth that Jupyter straight reveals Pillow objects as photographs permits you to experiment with footage as a lot as you need. I even used it to make a coloring book page for my baby.

2. Make an SSH jumpbox distant management

Since JupyterLab permits you to upload and download information, edit information, and even run terminals, it has all of the items essential to make an SSH jumpbox setting.

With some SSH-forwarding magic, you can also make Jupyter your remote console on the opposite facet of a firewall.

three. Develop net purposes

One of my favourite methods to make use of Jupyter is for an surprising form of software program growth. I gave a talk the place I developed a web application in real time utilizing a Jupyter pocket book. The discuss concluded with a easy kind that’s XSS- and CSS-safe and included some gentle server-side computation.

A day-to-day Jupyter consumer could not anticipate it to be an ideal net growth setting, however it’s a remarkably highly effective one.

four. Pull stories out of your favourite companies

Data evaluation in JupyterLab is a typical use, however what about self-improvement evaluation?

You can use Jupyter to analyze your calendar. If your favourite companies permit API export, and even allow you to export a CSV, you may correlate these in opposition to your calendar. If you discover out that you simply have been posting on social media when your calendar mentioned you have been speculated to be in a gathering along with your supervisor, nevertheless, Jupyter cannot do a lot that will help you!

5. Develop video games

My favourite solution to develop the expectations of what I can accomplish in a Jupyter Notebook is by constructing a sport with my baby. I wrote about this beforehand, with a step-by-step tutorial on writing a game utilizing PursuedPyBear and Jupyter.

This iterative strategy to sport growth is very useful when making an attempt to determine sport mechanics. It’s a game-changer (sorry, I needed to) to have the ability to change the principles mid-game.

You may even use IPywidgets to change the numeric parameters, as this video reveals.

JupyterLab and Jupyter Notebooks supply an unbelievable setting for experimenting. Download this guide that comprises tutorials on the shocking methods to make use of Jupyter. 

How are you utilizing it in inventive methods? Share your favorites within the feedback under.

Most Popular

To Top