nteract / rx-jupyter

🎈 RxJS 5 bindings for the Jupyter Notebook API
https://nteract.io/rx-jupyter
BSD 3-Clause "New" or "Revised" License
13 stars 10 forks source link

Document serverConfig #42

Open rgbkrk opened 7 years ago

rgbkrk commented 7 years ago

We use it in various places, most of the time we just need to show this:

const serverConfig = {
  endpoint: 'http://localhost:8888',
  crossDomain: true,
};