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
+2-23Lines changed: 2 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,6 @@
42
42
43
43
-[Go 1.11+](https://golang.org/doc/install) - including GOPATH/bin added to your PATH (i.e., you can run Go binaries that you `go install`).
44
44
-[Jupyter Notebook](http://jupyter.readthedocs.io/en/latest/install.html) or [nteract](https://nteract.io/desktop)
45
-
-[ZeroMQ 4.X.X](http://zeromq.org/intro:get-the-software) - for convenience, pre-built Windows binaries (v4.2.1) are included in the zmq-win directory.
-[git](https://git-scm.com/download) - usually already present on Linux and Mac OS X. If not present, follow the instructions at [https://git-scm.com/download](https://git-scm.com/download)
48
46
On Windows, it can also be installed as part of MinGW as described below.
49
47
@@ -135,26 +133,7 @@ Make sure you have the MinGW toolchain:
135
133
136
134
Then:
137
135
138
-
1. build and install gophernotes (using the pre-built binaries and `zmq-win\build.bat`):
139
-
140
-
```
141
-
REM Download w/o building.
142
-
set GO111MODULE=off
143
-
go get -d -u github.com/gopherdata/gophernotes
144
-
cd %GOPATH%\src\github.com\gopherdata\gophernotes\zmq-win
145
-
146
-
REM Build x64 version.
147
-
build.bat amd64
148
-
move gophernotes.exe %GOPATH%\bin
149
-
copy lib-amd64\libzmq.dll %GOPATH%\bin
150
-
151
-
REM Build x86 version.
152
-
build.bat 386
153
-
move gophernotes.exe %GOPATH%\bin
154
-
copy lib-386\libzmq.dll %GOPATH%\bin
155
-
```
156
-
157
-
3. Copy the kernel config:
136
+
1. Copy the kernel config:
158
137
159
138
```
160
139
mkdir %APPDATA%\jupyter\kernels\gophernotes
@@ -167,7 +146,7 @@ Then:
167
146
jupyter --data-dir
168
147
```
169
148
170
-
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:
149
+
2. 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:
0 commit comments