Skip to content

Commit eeed976

Browse files
committed
README formatting
1 parent 5ebd7b0 commit eeed976

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ $ jupyter --data-dir
5656

5757
Make sure you have the MinGW toolchain:
5858

59-
- [MinGW-w64](https://sourceforge.net/projects/mingw-w64/), for 32 and 64 bit Windows
60-
- [MinGW Distro](https://nuwen.net/mingw.html), for 64 bit Windows only
59+
- [MinGW-w64](https://sourceforge.net/projects/mingw-w64/), for 32 and 64 bit Windows
60+
- [MinGW Distro](https://nuwen.net/mingw.html), for 64 bit Windows only
6161

6262
Then:
6363

@@ -81,30 +81,30 @@ Then:
8181
8282
3. Copy the kernel config:
8383
84-
```
85-
mkdir %APPDATA%\jupyter\kernels\gophernotes
86-
xcopy %GOPATH%\src\github.com\gopherdata\gophernotes\kernel %APPDATA%\jupyter\kernels\gophernotes /s
87-
```
84+
```
85+
mkdir %APPDATA%\jupyter\kernels\gophernotes
86+
xcopy %GOPATH%\src\github.com\gopherdata\gophernotes\kernel %APPDATA%\jupyter\kernels\gophernotes /s
87+
```
8888
8989
Note, if you have the `JUPYTER_PATH` environmental variable set or if you are using an older version of Jupyter, you may need to copy this kernel config to another directory. You can check which directories will be searched by executing:
9090
91-
```
92-
jupyter --data-dir
93-
```
91+
```
92+
jupyter --data-dir
93+
```
9494
9595
4. Update `%APPDATA%\jupyter\kernels\gophernotes\kernel.json` with the FULL PATH to your gophernotes.exe (in %GOPATH%\bin), unless it's already on the PATH. For example:
9696
97-
```
98-
{
99-
"argv": [
100-
"C:\\gopath\\bin\\gophernotes.exe",
101-
"{connection_file}"
102-
],
103-
"display_name": "Go",
104-
"language": "go",
105-
"name": "go"
106-
}
107-
```
97+
```
98+
{
99+
"argv": [
100+
"C:\\gopath\\bin\\gophernotes.exe",
101+
"{connection_file}"
102+
],
103+
"display_name": "Go",
104+
"language": "go",
105+
"name": "go"
106+
}
107+
```
108108
109109
### Docker
110110

0 commit comments

Comments
 (0)