1

I've got a new code which is calling visualization package (matplotlib) in code line and trying to understand the meaning of "%" and "inline" here. What is the definition of each "%" and "inline" ? "%" is different from "import"?

% matplotlib inline

4
  • 3
    You are more likely using ipython not python e.g. Jupyter or Spyder etc. You need to look up ipython magic commands Commented Oct 5, 2019 at 10:22
  • 1
    ipython.readthedocs.io/en/stable/interactive/… Commented Oct 5, 2019 at 10:24
  • check this question: stackoverflow.com/questions/43027980/… Commented Oct 5, 2019 at 10:52
  • Thanks guys! I learned more than 5 basic things surfing your links! cheers ;-) Commented Oct 13, 2019 at 9:27

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.