diff options
author | jgart | 2022-01-26 20:58:58 -0500 |
---|---|---|
committer | jgart | 2022-01-26 21:00:27 -0500 |
commit | f6490120975eebe879a9d22f6bd741d887ec6ca5 (patch) | |
tree | 30ea38f8667f849027c906ec1501e82349d0e7dc /wqflask | |
parent | ea146928a397d8a813ccd169e1e532fd623f8998 (diff) | |
download | genenetwork2-f6490120975eebe879a9d22f6bd741d887ec6ca5.tar.gz |
update live jupyter notebooks
Removed bonface's notebook until seaborn gets fixed.
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/jupyter_notebooks.py | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/wqflask/wqflask/jupyter_notebooks.py b/wqflask/wqflask/jupyter_notebooks.py index fc3a0af3..10386d33 100644 --- a/wqflask/wqflask/jupyter_notebooks.py +++ b/wqflask/wqflask/jupyter_notebooks.py @@ -7,22 +7,17 @@ jupyter_notebooks = Blueprint("jupyter_notebooks", __name__) def launcher(): links = ( { - "main_url": "http://notebook.genenetwork.org/59373/notebooks/BXD%20Analysis.ipynb", - "notebook_name": "This shows how to model BXD mouse weight data using an AR(1) process", - "src_link_url": "https://github.com/BonfaceKilz/tsaf-analysis-of-bxd-mouse-colonies", - }, - { - "main_url": "http://notebook.genenetwork.org/53457/notebooks/2020-05-08/solberg-rat-analysis.ipynb", + "main_url": "http://notebook.genenetwork.org/40771/notebooks/2020-05-08/solberg-rat-analysis.ipynb", "notebook_name": "Quantitative Genetics Tools for Mapping Trait Variation to Mechanisms, Therapeutics, and Interventions - Webinar Series", "src_link_url": "https://github.com/senresearch/quant-genetics-webinars", }, { - "main_url": "http://notebook.genenetwork.org/34447/notebooks/genenetwork.ipynb", + "main_url": "http://notebook.genenetwork.org/45837/notebooks/genenetwork.ipynb", "notebook_name": "Querying the GeneNetwork API declaratively with python.", "src_link_url": "https://github.com/jgarte/genenetwork-jupyter-notebook-example", }, { - "main_url": "http://notebook.genenetwork.org/53923/notebooks/genenetwork-api-using-r.ipynb", + "main_url": "http://notebook.genenetwork.org/38079/notebooks/genenetwork-api-using-r.ipynb", "notebook_name": "R notebook showing how to query the GeneNetwork API.", "src_link_url": "https://github.com/jgarte/genenetwork-api-r-jupyter-notebook", }, |