We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae1b53 commit a3ce608Copy full SHA for a3ce608
README.md
@@ -67,7 +67,7 @@ You can find information on the latest version [here](https://anaconda.org/conda
67
1. From your Python code, create and load a skore project:
68
```python
69
import skore
70
- my_project = skore.create("my_project", overwrite=True)
+ my_project = skore.open("my_project", create = True)
71
```
72
This will create a skore project directory named `my_project.skore` in your current working directory.
73
0 commit comments