Skip to content

Commit

Permalink
Merge pull request #8 from artste/feat_kaggle_sample_notebook
Browse files Browse the repository at this point in the history
DOC: kaggle sample notebook
  • Loading branch information
artste authored May 29, 2023
2 parents b64065c + ea4bc1d commit 66d1ab9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ like deleting a file or mutating the state of a global variable.

</div>

<div>

[![](https://kaggle.com/static/images/open-in-kaggle.svg)](https://www.kaggle.com/artste/introducing-testcell)

</div>

## Install

``` sh
Expand Down Expand Up @@ -277,6 +283,8 @@ del aaa
- PYPI: <https://pypi.org/project/testcell>
- COLAB DEMO:
[testcell_demo.ipynb](https://colab.research.google.com/github/artste/testcell/blob/main/demo/testcell_demo.ipynb)
- KAGGLE SAMPLE NOTEBOOK:
<https://www.kaggle.com/artste/introducing-testcell>

## Todo:

Expand Down
7 changes: 5 additions & 2 deletions nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"\n",
"**WARNING:** this don't protect you from *the side effects of your code* like deleting a file or mutating the state of a global variable.\n",
"\n",
"[![](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/artste/testcell/blob/main/demo/testcell_demo.ipynb)"
"[![](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/artste/testcell/blob/main/demo/testcell_demo.ipynb) \n",
"\n",
"[![](https://kaggle.com/static/images/open-in-kaggle.svg)](https://www.kaggle.com/artste/introducing-testcell)"
]
},
{
Expand Down Expand Up @@ -710,7 +712,8 @@
"+ PROJECT PAGE: [https://github.com/artste/testcell](https://github.com/artste/testcell)\n",
"+ DOCUMENTATION: [https://artste.github.io/testcell](https://artste.github.io/testcell)\n",
"+ PYPI: [https://pypi.org/project/testcell](https://pypi.org/project/testcell)\n",
"+ COLAB DEMO: [testcell_demo.ipynb](https://colab.research.google.com/github/artste/testcell/blob/main/demo/testcell_demo.ipynb)"
"+ COLAB DEMO: [testcell_demo.ipynb](https://colab.research.google.com/github/artste/testcell/blob/main/demo/testcell_demo.ipynb)\n",
"+ KAGGLE SAMPLE NOTEBOOK: [https://www.kaggle.com/artste/introducing-testcell](https://www.kaggle.com/artste/introducing-testcell)"
]
},
{
Expand Down

0 comments on commit 66d1ab9

Please sign in to comment.