py icon indicating copy to clipboard operation
py copied to clipboard

Stencila for Python

Results 8 py issues
Sort by recently updated
recently updated
newest added

See the gif below ![mean_max_py](https://user-images.githubusercontent.com/2358535/43703471-f9f7125e-99b0-11e8-9225-66ee3e48a219.gif)

Rather mysterious - the gif below explains it all (rather than lengthy typing) ![mystery_round_py](https://user-images.githubusercontent.com/2358535/43702851-2ac3b4b6-99af-11e8-8655-d8934f8c1065.gif) Yes, I know that casting it as a pd.DataFrame is unnecessary **HOWEVER** during the workshop the...

Trying to display the values of the column names in a pandas Data Frame causes error ![image](https://user-images.githubusercontent.com/2358535/43702050-9cfa6690-99ac-11e8-8d05-8482d77dd769.png) **Note** `list(surveys_py)` works OK.

bug

Hi, I'm unable to get any Python cells properly working (or at least as I believe they should) in Stencila. For example, I copied [some code](https://user-images.githubusercontent.com/1152336/43323662-462a1bdc-9180-11e8-9862-b7d6da0c3070.png) from [another issue](https://github.com/stencila/py/issues/20) written...

Still trying to nail down how (in)consistent it is but looks like Python context can't see more complex data structures? ![image](https://user-images.githubusercontent.com/2358535/43623426-40fb0a8a-9735-11e8-8333-65e720b4aae1.png)

Remove lint so that `pylint stencila` passes. Non-failing linting has been added to the Travis CI build e.g. https://travis-ci.org/stencila/py/jobs/346144645#L524

enhancement
help wanted

Currently the index page of the `HostHttpServer` is a placeholder: ![image](https://user-images.githubusercontent.com/1152336/37187558-af7b13a0-23af-11e8-96f1-9bcd447443a6.png) Need to update it provide instructions and/or links to documentation on how to connect to it from Stencila Desktop...

enhancement
help wanted