Michael K. Wilkinson

Results 18 comments of Michael K. Wilkinson

I would consider this a bug, even if it's not one technically. In the editor, I see one set of brackets highlighted, but that's not the set Bracketeer modifies. This...

The same issue arrises with multiplication and division: ```python h_w * h_w h_w / h_w ```

Just to pile on, I experience the same issue: ![screenshot 2017-12-22 10 21 30](https://user-images.githubusercontent.com/15774838/34292617-e9678caa-e701-11e7-9ca1-2893459ece8a.png) MagicPython fixed it, but this really shouldn't be an issue...

https://github.com/datacarpentry/python-ecology-lesson/blob/73b8d44446812d8ec45a054077dcfb34724de946/_episodes/04-data-types-and-format.md?plain=1#L406 The [Writing Out Data to CSV](https://datacarpentry.org/python-ecology-lesson/04-data-types-and-format/index.html#writing-out-data-to-csv) exercise fails with an `OSError` because the `data_output/` directory does not exist. Either this subdirectory should be created as part of defining the...

Lesson 5 repeats the [Writing Out Data to CSV](https://github.com/datacarpentry/python-ecology-lesson/blob/73b8d44446812d8ec45a054077dcfb34724de946/_episodes/05-merging-data.md#writing-out-data-to-csv) exercise using concatenated data frames, but this time stores the output in the `data/` subdirectory instead of `data_output`. It would be...

The instructors I was paired with used Jupyter Lab, and I suspect this is common. There at least needs to be an explanation of what interfaces are supported after installation...

resolved: pull request #46

Style suggestions: - ~80 character line length with breaks after whole words (to make change tracking easy) and with a space at the end of the line. - bullet points...

That sounds reasonable to me. (I do my line-breaks in Markdown manually anyway.) If we break after each sentence, maybe suggest no hanging white-space?