1
$\begingroup$

Are there any websites that allow you to use SymPy in a similar way as Mathematica or MatLab online? I would like to learn and use SymPy for plotting but I own a chromebook and I am limited to only web applications.

  • 1
    You mean like a [Jupyter notebook](https://try.jupyter.org/)?2017-02-22
  • 1
    The official SymPy website has a link to a live shell, even!2017-02-22
  • 0
    @rschwieb I just found cloud.sagemath.com - is Jupiter an online python environment? It's not loading on my work computer.2017-02-22
  • 0
    @ParclyTaxel - I know! I was just looking for something where I could write and execute a program to solve a problem.2017-02-22
  • 1
    Sage Math Cloud is really cool, believe me :) It is online service with Ubuntu machines and almost every scientific package that you might need. Needless to say that it has all major scientific libraries for Python, C/C++ and some other languages.2017-02-22
  • 0
    @user412570 Jupyter is a web-based python interpreter(-ish).2017-02-22

1 Answers 1

1

You can use the SymPy live website for simple algebra. But, I'm not sure how you can plot something.