You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Update the Python SDK package version in `REPO_ROOT/setup.py`
59
-
2. Make sure the `CHANGELOG.md` contains appropriate info
60
-
3. Commit these changes and tag the commit in Git as `vX.Y`
61
-
4. Merge `develop` to `master` (fast-forward only).
62
-
5. Create a GitHub release.
63
-
6. This will kick off a Github Actions workflow that will:
64
-
- Build the library in the [standard way](https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives)
65
-
- Upload the distribution archives in the [standard way](https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives)
66
-
- with credentials for the `labelbox` PyPI user.
67
-
68
-
## Running Jupyter Notebooks
69
-
70
-
We have plenty of good samples in the _examples_ directory and using them for testing can help us increase our productivity. One way to use jupyter notebooks is to run the jupyter server locally (another way is to use a VSC plugin, not documented here). It works really fast.
71
-
72
-
Make sure your notebook will use your source code:
73
-
1.`ipython profile create`
74
-
2.`ipython locate` - will show where the config file is. This is the config file used by the jupyter server, since it runs via ipython
75
-
3. Open the file (this should be ipython_config.py and it is usually located in ~/.ipython/profile_default) and add the following line of code:
4. Go to the root of your project and run `jupyter notebook` to start the server
76
+
Please consult the Labelbox team for releasing your contributions
77
+
78
+
## Running Jupyter Notebooks
79
+
80
+
We have plenty of good samples in the _examples_ directory and using them for testing can help us increase our productivity. One way to use jupyter notebooks is to run the jupyter server locally (another way is to use a VSC plugin, not documented here). It works really fast.
81
+
82
+
Make sure your notebook will use your source code:
83
+
1.`ipython profile create`
84
+
2.`ipython locate` - will show where the config file is. This is the config file used by the jupyter server, since it runs via ipython
85
+
3. Open the file (this should be ipython_config.py and it is usually located in ~/.ipython/profile_default) and add the following line of code:
0 commit comments