diff --git a/examples/getting_started/plot_tracking_items.py b/examples/getting_started/plot_tracking_items.py index 11bfe30aa..ec8e1a5fb 100644 --- a/examples/getting_started/plot_tracking_items.py +++ b/examples/getting_started/plot_tracking_items.py @@ -73,7 +73,7 @@ # We retrieve the history of the ``my_int`` item: # %% -item_histories = my_project.get_item_versions("my_int") +item_histories = my_project.get_item_versions("my_int") # TO CHANGE /!\ # %% # We can print the first history (first iteration) of this item: diff --git a/examples/getting_started/plot_working_with_projects.py b/examples/getting_started/plot_working_with_projects.py index 0b16b2074..3d672df1d 100644 --- a/examples/getting_started/plot_working_with_projects.py +++ b/examples/getting_started/plot_working_with_projects.py @@ -119,25 +119,19 @@ def my_func(x): ) # %% -# Moreover, we can also explicitly tell skore the media type of an object, for example -# in HTML: +# Moreover, we can also explicitly tell skore the way we want to display an object, for +# example in HTML: # %% -from skore.item import MediaItem -my_project.put_item( +my_project.put( "my_string_3", - MediaItem.factory( - "