Helen D Little

Results 8 issues of Helen D Little

Closes #86 ## General - [ ] Make each module independent of earlier ones (ie. do not rely on examples/specific code from earlier modules) - [ ] Ensure that each...

Addressing comments made in #85 **Module specific comments** - [ ] In 02_01_functions, several people in the audience asked questions related to the 'Side effects' section. Because the reasons behind...

Suggest that the brew install instructions are given as code snippets so can be copied? ie ``` bash brew install pkg-config freetype gcc ```

In the introductory pages there is a comment about adding issues of any bugs found - links straight to the repo not the issue - do we want to update...

Things that came up in the 2022 set-up clinic for the RSE course. Terminal cannot find the (installed) conda. Solution: Edit .zshrc to include ```bash export PATH="/path/to/users/conda/or/anaconda/install/anaconda3/bin:$PATH" ``` Query regarding...

# Story description **Please provide a high level description of the Turing Data Story** Shamelessly stolen this idea from @nbarlowATI [originally posted here](https://github.com/alan-turing-institute/Hut23/issues/444) who has agreed for me to pitch...

data-story-idea

# Story description **Please provide a high level description of the Turing Data Story** This is an idea suggested by @teapowell at the septembRSE session. [Google colab:](https://colab.research.google.com/drive/1_14gJJlSwJ2_wuieUsqGpyDbRBi1bWyZ) Overwatch is a...

data-story-idea

### Summary A functional search function is implemented in `list_public_experiences` in `views.py` At the moment the search returns results only for exact matches in the story, difference, or title text....