Skip to content

Commit

Permalink
updated nbooks (#21)
Browse files Browse the repository at this point in the history
* updated nbooks

* ignoring checkpoints
  • Loading branch information
jakubczakon committed Feb 9, 2019
1 parent c319269 commit ed89aca
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ tests/.pytest_cache
# docs
docs/_build
docs/_templates

# nbooks
*.ipynb_checkpoints
9 changes: 1 addition & 8 deletions docs/examples/explore_hyperparams_skopt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -205,18 +205,11 @@
"fig = axes2fig(eval_plot)\n",
"type(fig);"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "neptunecontrib py36",
"display_name": "neptunecontrib_py36",
"language": "python",
"name": "python3"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/interactive_compare_experiments.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "neptunecontrib py36",
"display_name": "neptunecontrib_py36",
"language": "python",
"name": "python3"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/local_notebooks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "neptunecontrib_py36",
"language": "python",
"name": "python3"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/project_progress.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "neptunecontrib py36",
"display_name": "neptunecontrib_py36",
"language": "python",
"name": "python3"
},
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/sync_with_json.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"Now your experiment data is safely logged to Neptune and you can easily explore it.\n",
"Go to the [experiment link](https://app.neptune.ml/o/neptune-ml/org/neptune-examples/e/NEP-506/charts) to see for yourself!\n",
"\n",
"![image_detail](https://gist.githubusercontent.com/jakubczakon/f754769a39ea6b8fa9728ede49b9165c/raw/18b476c5ba53b7f7c67f8c61eba1a22a98862f83/contrib_sync1.png)\n",
"![image](https://gist.githubusercontent.com/jakubczakon/f754769a39ea6b8fa9728ede49b9165c/raw/18b476c5ba53b7f7c67f8c61eba1a22a98862f83/contrib_sync1.png)\n",
"\n",
"![image_chart](https://gist.githubusercontent.com/jakubczakon/f754769a39ea6b8fa9728ede49b9165c/raw/18b476c5ba53b7f7c67f8c61eba1a22a98862f83/contrib_sync2.png)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "gap",
"display_name": "neptunecontrib_py36",
"language": "python",
"name": "python3"
},
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/telegram_bot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"\n",
"## Talk to your bot\n",
"\n",
"![image_bot1](https://gist.githubusercontent.com/jakubczakon/f754769a39ea6b8fa9728ede49b9165c/raw/2e6f056574d035c6d744fc5d89f1ed55bf155abf/contrib_bot1.png)\n",
"![image](https://gist.githubusercontent.com/jakubczakon/f754769a39ea6b8fa9728ede49b9165c/raw/2e6f056574d035c6d744fc5d89f1ed55bf155abf/contrib_bot1.png)\n",
"\n",
"![image_bot2](https://gist.githubusercontent.com/jakubczakon/f754769a39ea6b8fa9728ede49b9165c/raw/2e6f056574d035c6d744fc5d89f1ed55bf155abf/contrib_bot2.png)"
"![image_plot](https://gist.githubusercontent.com/jakubczakon/f754769a39ea6b8fa9728ede49b9165c/raw/2e6f056574d035c6d744fc5d89f1ed55bf155abf/contrib_bot2.png)"
]
}
],
Expand Down

0 comments on commit ed89aca

Please sign in to comment.