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.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ For example, on Ubuntu podman can be installed with
99
99
100
100
Instructions for other platforms can be found here: https://podman.io/docs/installation
101
101
102
-
Once podman is installed, we can download a copy of https://github.com/sandialabs/PyNucleus/compose.yaml and save it to an empty directory.
102
+
Once podman is installed, we can download a copy of https://github.com/sandialabs/PyNucleus/blob/master/compose.yaml and save it to an empty directory.
103
103
In that directory we then run
104
104
105
105
.. code-block:: shell
@@ -121,7 +121,7 @@ For development using PyNucleus it can be useful to launch a Jupyter notebook se
121
121
122
122
podman compose up pynucleus-jupyter
123
123
124
-
and then open the access the Jupyter notebook interface at https://localhost:8889
124
+
and then open the Jupyter notebook interface at https://localhost:8889
Copy file name to clipboardExpand all lines: docs/installation.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ For example, on Ubuntu podman can be installed with
28
28
29
29
Instructions for other platforms can be found here: https://podman.io/docs/installation
30
30
31
-
Once podman is installed, we can download a copy of https://github.com/sandialabs/PyNucleus/compose.yaml and save it to an empty directory.
31
+
Once podman is installed, we can download a copy of https://github.com/sandialabs/PyNucleus/blob/master/compose.yaml and save it to an empty directory.
32
32
In that directory we then run
33
33
34
34
.. code-block:: shell
@@ -50,7 +50,7 @@ For development using PyNucleus it can be useful to launch a Jupyter notebook se
50
50
51
51
podman compose up pynucleus-jupyter
52
52
53
-
and then open the access the Jupyter notebook interface at https://localhost:8889
53
+
and then open the Jupyter notebook interface at https://localhost:8889
0 commit comments