Skip to content

Commit

Permalink
chore: move notebooks/ -> examples/ for better gitattributes (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Mar 15, 2023
1 parent 13b0a71 commit 994a68b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on top of [`higlass-schema`](https://github.com/higlass/higlass-schema) and
[`higlass-widget`](https://github.com/higlass/higlass-widget).

[![License](https://img.shields.io/pypi/l/higlass-python.svg?color=green)](https://github.com/higlass/higlass-python/raw/main/LICENSE)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/higlass/higlass-python/blob/main/notebooks/Examples.ipynb)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/higlass/higlass-python/blob/main/examples/Examples.ipynb)

## Usage

Expand Down
9 changes: 1 addition & 8 deletions notebooks/Examples.ipynb → examples/Examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,7 @@
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"import sys\n",
"\n",
"# Install if in Google colab notebook\n",
"if \"google.colab\" in sys.modules:\n",
" os.system(\n",
" \"python -m pip install --upgrade --force-reinstall git+https://github.com/higlass/higlass-python\"\n",
" )"
"pip install --pre higlass-python\n"
]
},
{
Expand Down
9 changes: 1 addition & 8 deletions notebooks/Fuse.ipynb → examples/Fuse.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@
},
"outputs": [],
"source": [
"import os\n",
"import sys\n",
"\n",
"# Install if in Google colab notebook\n",
"if \"google.colab\" in sys.modules:\n",
" os.system(\n",
" \"python -m pip install --upgrade --force-reinstall git+https://github.com/higlass/higlass-python\"\n",
" )"
"pip install --pre higlass-python\n"
]
},
{
Expand Down
9 changes: 1 addition & 8 deletions notebooks/Plugin.ipynb → examples/Plugin.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,7 @@
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"import sys\n",
"\n",
"# Install if in Google colab notebook\n",
"if \"google.colab\" in sys.modules:\n",
" os.system(\n",
" \"python -m pip install --upgrade --force-reinstall git+https://github.com/higlass/higlass-python\"\n",
" )"
"pip install --pre higlass-python\n"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,7 @@
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"import sys\n",
"\n",
"# Install if in Google colab notebook\n",
"if \"google.colab\" in sys.modules:\n",
" os.system(\n",
" \"python -m pip install --upgrade --force-reinstall git+https://github.com/higlass/higlass-python\"\n",
" )"
"pip install --pre higlass-python\n"
]
},
{
Expand Down

0 comments on commit 994a68b

Please sign in to comment.