Durchsuchen nach
Schlagwort: programming

Jupyter Lab Wrap of the text

Jupyter Lab Wrap of the text

The Jupyter Lab is the modern version of the Jupyter Notebook. Version: I use the version 4.5.7 If you have the problem that you have a long code in your text and that ends to the right side, and you have to scroll it every time, then I have one solution. It is a solution that should work permanently. Open you Jupyter Lab, to „Settings“ -> on the right side at the top -> JSON Settings Editor -> Advanced settings…

Weiterlesen Weiterlesen

Julia: How to show a CSV-file

Julia: How to show a CSV-file

Julia is a modern, high-level programming language designed for technical computing, excelling in fields like scientific research, statistics, data analysis, and machine learning. In this post, we’ll cover the essential first steps: how to successfully read a CSV file into Julia. Setup: Installation and Package Management Like in Python you need packages, that you have to install it. After installing Julia, you go to the command prompt and type in Julia. Then you see on the left side the word…

Weiterlesen Weiterlesen