Skip to content

Commit 7eecf20

Browse files
authored
Update README.md
1 parent 9e272ef commit 7eecf20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Please make sure to update tests as appropriate.
9393

9494
## Remote Completion Server Deployment
9595
It's useful to deploy a remote tabnine server if you don't want to occupy too much local resources. You can build, deploy and config a remote tabnine server according to the following steps.
96+
**NOTE:** You need to install jupyter-tabnine with `pip3 install https://github.com/wenmin-wu/jupyter-tabnine/archive/master.zip`, because the version which fix this plugin with remote server problem haven't been relased to PyPi.
9697
### Build Server Image
9798
**I have uploaded an image to Docker Hub, you can use it directly**
9899
* Install the golang (recommended version is 1.13 - 1.14)
@@ -106,8 +107,7 @@ It's useful to deploy a remote tabnine server if you don't want to occupy too mu
106107
### Configure Under Nbextensions
107108
* Please [install Nbextensions](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html) if you haven't installed.
108109
* Open Jupyter Notebook and go to the Nbextensions setting page, click **Jupyter TabNine**, scroll down and fill in the remote server url, e.g.
109-
110-
110+
![remote-server-url-config](images/remote-server-url-config.jpg)
111111
### Stop Server
112112
* Simply issue `bash stop-server.sh`
113113

0 commit comments

Comments
 (0)