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
Copy file name to clipboardExpand all lines: CONTRIB.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,4 +63,20 @@ Each release should follow the following steps:
63
63
6. This will kick off a Github Actions workflow that will:
64
64
- Build the library in the [standard way](https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives)
65
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.
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:
0 commit comments