Skip to content

Conversation

@Stannislav
Copy link

To use the example notebook the user has to define these environment variables:

export ONTOLOGY_LINKING_DATA_FILE="<path_to_file>"
export SEARCH_ENGINE_URL="http://<host>:<port>"
export TEXT_MINING_URL="http://<host>:<port>"
export DB_URL="<host>:<port>/<database>"

The easiest is to save them in a .env file once and source it every time you start jupyter.

Although not critical for this particular case, it's good practise to include .env in the .gitignore file. Additionally I'm proposing to include a .env.example file to make setting up the environment maximally simple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants