Skip to content

Commit

Permalink
Update example notebook and package initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Jermiah committed Dec 16, 2023
1 parent 0fe7583 commit b940a6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 5 additions & 2 deletions docs/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Example Usage: \n",
"# TUTORIAL\n",
"### Description: \n",
"This is a simple example of how to use the `nbiatoolkit` package."
]
Expand Down Expand Up @@ -44,7 +44,10 @@
"from pprint import pprint\n",
"\n",
"# Instantiate the client. \n",
"client = NBIAClient(log_level='debug')"
"client = NBIAClient(log_level='debug')\n",
"\n",
"# NOTE::READTHEDOCS \n",
"# THIS WILL FAIL UNTIL WE UPLOAD PACKAGE TO PYPI AND INSTALL VIA PIP"
]
},
{
Expand Down
5 changes: 0 additions & 5 deletions src/nbiatoolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,3 @@
'setup_logger',
'NBIA_ENDPOINTS'
]



## main.py
# Path: projects/tcia_python_wrapper/tcia_python_wrapper/main.py

0 comments on commit b940a6f

Please sign in to comment.