Remove warning to wait

This commit is contained in:
Michael Droettboom 2018-04-20 11:22:54 -04:00
parent a2dfc50277
commit 4d85435491
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ First, let's use a plugin cell to load the Python interpreter and tell Iodide ab
}
%% md
**Wait for a few seconds here...** It takes a while for Python to load, and the UI doesn't currently provide feedback about when loading and compiling is complete. (You can look in the debugger console for "Python initialization complete" however, if you're curious).
## Make a Python cell. Import stuff and use it.