Mike Driscoll

Results 23 comments of Mike Driscoll

I would make the cell into a Markdown cell. Then you can add code blocks using triple back-ticks. As long as you don't set what syntax is in the code...

If you want Python code to execute, then you would put the Python code into a regular **Code** cell (the default) in the Notebook. Jupyter automatically adds syntax highlighting to...

That's interesting as Jenkin's itself will show you which jobs have failed (i.e. yellow dots versus blue dots) in a view. I'm surprised they don't expose that. Iterating over hundreds...