Configure & use a personal server.
Using a personal server is an easy way to run applications, allowing you full control over setup and configuration.
The following setup instructions will be using a personal server, skip this section if you are using Heroku.
Choose Personal Server from the host options in the Choose a host panel.
[Locally]: Create your server
InstallUse
pip
(Python 2.7 or 3.4+)pip install dwcontents
ConfigureCreate or update
~/.jupyter/jupyter_notebook_config.py
with settings:import dwcontentsimport osc = get_config()c.NotebookApp.contents_manager_class = dwcontents.DwContentsc.DwContents.dw_auth_token = 'YOUR_API_TOKEN'
You can get your API token in your data.world advanced settings.
RunAssuming
jupyter
andjupyterlab
(optional) have already been installed, start as normal, for example:$ jupyter lab
[On data.world]: Click Continue, enter your server's URL, and open your notebook.
If you'd like to use the same server each time you open Jupyter, remember to click the optional checkbox.