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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ NetGraph can be used in two ways:
68
68
69
69
5. Jupyter will show the content of `notebooks` directory and you can start using the provided notebooks or create your own.
70
70
71
-
Note: The Docker container will mount the `ngraph` directory to the container, so any changes made to the code in the `ngraph` directory will be reflected in the container and vice versa.
71
+
Note: The Docker container will mount the `NetGraph` directory to the container, so any changes made to the code in the `NetGraph` directory will be reflected in the container and vice versa.
72
72
73
73
The ngraph package is installed in the container in editable mode, so you can make changes to the code and see the changes reflected immediately in the Jupyter Notebook.
74
74
@@ -84,6 +84,8 @@ To exit the Jupyter Notebook server, press `Ctrl+C` in the terminal where the se
84
84
85
85
- Python 3.8 or higher installed on your machine.
86
86
87
+
Note: Don't forget to use a virtual environment (e.g., `venv`) to avoid conflicts with other Python packages. See [Python Virtual Environments](https://docs.python.org/3/library/venv.html) for more information.
0 commit comments