Tony Hirst

Results 404 comments of Tony Hirst

Hmm... okay.. I was trying to connect to the server from a Jupyter notebook running inside the same VM as the simulator (VM build file here: https://github.com/psychemedia/ou-robotics-vrep/tree/master/robotVM ), albeit with...

Jupyter notebook `.ipynb` format is a JSON structure that defines "cells" that can be of various content types, including code or markdown cells: https://nbformat.readthedocs.io/en/latest/format_description.html The format can be converted into...

[This notebook](https://raw.githubusercontent.com/innovationOUtside/tm129-robotics2020/master/content/01.%20Introducing%20notebooks%20and%20the%20RoboLab%20environment/01.2%20Exploring%20the%20notebook%20environment.ipynb) has various simple bits of markdown in it; will try to see if there is a "reference" Jupyter md test notebook anywhere, else I will try to create...

If I have a markdown cell with an H1, and the next markdown cell has an H3, I would expect the linter to tell me I have a missing H2.

Not a silly question at all... The notebooks are linear documents and if you "Run All" cells, they execute in linear order. When you run a cell, the output element...

I'll try to have a look at the API - thanks for heads-up. Some of my original notes on linting notebooks etc can be found [here](https://opencomputinglab.github.io/educational-jupyter-notebook-qa-automation/linters.html).

> I assume that PyMarkdown should leave the python segments alone, correct? Probably... any text in a code cell would probably be handled by a code linter / formatter. (This...

I started exploring popping "top level" pipe descriptions for pipes associated with a particular user's account (their public/published pipes) into a scraperwiki db table here: https://scraperwiki.com/scrapers/pipe2py_test/ but it doesn't take...

In the Scraperwiki view https://views.scraperwiki.com/run/pipe2py_test_view/?pipeid=e6b016246bed2b99958867e85bf1a390 I try to run a pipe with the specified id by grabbing the pipe description from a scraperwiki db (if it can't find the id...

Thanks - I'll give it a go as soon as my machine comes back from repair shop (using a clunky just-works spare m/c atm). Any updates to the library on...