Skip to content

Commit

Permalink
update title
Browse files Browse the repository at this point in the history
  • Loading branch information
sky1ove committed Jan 2, 2025
1 parent e594ace commit 5c104e1
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 1 deletion.
7 changes: 7 additions & 0 deletions nbs/MPNN_mechanism.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# MPNN study"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
7 changes: 7 additions & 0 deletions nbs/Sankey_diagram.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Sankey diagram"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
51 changes: 51 additions & 0 deletions nbs/index.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# bio-nbs\n",
"\n",
"> This is a collection of my notebooks. Go to `nbs` folder to check notebooks."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Documentation"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Documentation can be found hosted on this GitHub [repository][repo]'s [pages][docs].\n",
"\n",
"[repo]: https://github.com/sky1ove/bio-nbs\n",
"[docs]: https://sky1ove.github.io/bio-nbs/"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.10"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
2 changes: 1 addition & 1 deletion nbs/web_scraper.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "b61c45d4-964c-474e-8273-f0b5afdf3dbc",
"metadata": {},
"source": [
"# Scrape web docs for LLM"
"# Web scraper"
]
},
{
Expand Down

0 comments on commit 5c104e1

Please sign in to comment.