Skip to content

Commit

Permalink
Fix typo in example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Mar 3, 2021
1 parent 323a651 commit afe7990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/create_mobie_project.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"\n",
"# In addition, we set the default display color to green.\n",
"settings = {\n",
" \"Color\": \"Green\"\n",
" \"color\": \"green\"\n",
"}\n",
"\n",
"add_image_data(\n",
Expand Down Expand Up @@ -414,7 +414,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.7.8"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion mobie/metadata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .bookmarks import add_bookmark
from .datasets import add_dataset, copy_dataset_folder, get_datasets, have_dataset
from .image_dict import add_to_image_dict
from .image_dict import add_to_image_dict, load_image_dict
from .transformation import update_transformation_parameter
from .remote import add_remote_project_metadata

0 comments on commit afe7990

Please sign in to comment.