We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72b4482 + 390aaa6 commit 463885fCopy full SHA for 463885f
README.md
@@ -57,7 +57,7 @@ and create the connection between your Python interpreter and this session:
57
58
which will return True once connected.
59
60
- results = mlab.run_code('a=1;')
+ results = mlab.run_code('a=1')
61
62
Should now run that line of code and return a `results` dict into your Python
63
namespace. The `results` dict contains the following fields:
0 commit comments