Introduction to Data Analysis Lesson 2 Jupyter Notebooks: Magic Keywords
Magic Keywords
Magic keywords are special commands you can run in cells that let you control the notebook itself or perform system calls such as changing directories. For example, you can set up matplotlib to work interactively in the notebook with %...
philipdevblog.hashnode.dev2 min read