generated from jupyterlite/demo
-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sympy online shell seems never finishing loading or initializing. #21
Comments
I see this too. I get the following error in the console
|
It seems to be working again. I've been able to run code on it for the past few minutes. |
SymPy Live has been working again and Pyodide has had a few releases by now. Considering that there have not been any similar issues recently, we should be in a position to close this. Please feel free to reopen it if you face another problem. Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to use the online shell
@ https://www.sympy.org/en/shell.html
but the loading process seems never finishing.
always displaying [*]:
[*]: from sympy import *
from sympy import *
init_printing()
x, y, z, t = symbols('x y z t')
k, m, n = symbols('k m n', integer=True)
f, g, h = symbols('f g h', cls=Function)
...
Thanks for your attention.
Mark
The text was updated successfully, but these errors were encountered: