intermine / intermine/intermine-ws-python-docs

Unsolved tutorials - remove answers and add comment prompts to tutorials 12-15

オープン
#62 コメント 4 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Jupyter Notebook
スター
14
フォーク
19
PR マージ指標
30日以内にマージされた PR はありません

説明

Tutorials 12 to 15 are new and don't have an "unsolved" state yet - it would be an improvement to remove the answers from these tutorials in the 'unsolved' folder and add hints for how to solve the tutorials instead. See Tutorials 0 to 11 for examples of how to do this - e.g.

This is the "solved" version of a cell in tutorial 10:

```python
r=l.calculate_enrichment(widget="publication_enrichment",maxp=0.01)
```

and this is the 'unsolved' version:
```python
# The syntax to get enrichment stats for a list is as follows:
# my_list.calculate_enrichment(widget="widget_name",maxp=some_max_p_value)
#
# Try getting "publication_enrichment" with a maximum p value of 0.01.
# store it in a variable called enrichment_results
```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。