Giter Club home page Giter Club logo

actionableknowledgerepresentation's Introduction

Actionable Knowledge Representation

course material for tutorial

Start-Up for Tutorials 4 and up with juypter notebooks

Please install docker and docker-compose to your system. Here is the link for windows: https://hub.docker.com/editions/community/docker-ce-desktop-windows/
Optional: Also install git (for windows: install git on windows: https://gitforwindows.org/)

set your environment variables (e.g. to C:\Users\user\.local\lib\python3.8\site-packages for pip and C:\Users\user\.local\lib\python3.10\site-packages for additional packages

Check if docker is installed correctly

To check if docker is installed correctly, in your shell run docker run hello-world You will get a hello message if everything was installed correctly

Start up jupyter

To start up jupyter, we will use docker to start a standard jupyter notebok

  1. In your shell, run docker run -p 8888:8888 jupyter/scipy-notebook
  2. This might take a while. Wait till the container is ready
  3. Open the Jupyter-Lab using the link shown in your terminal (something like http://127.0.0.1:8888/lab?token=...), it should open a tab in your browser
  4. if you get a "token required" website -> disable cookies in your browser

Now you should have a blank jupyter notebook.

Install SPARQL kernel - only needed for querying in later Tutorials

We are going to use a SPARQL kernel in our lectures (the first Tutorials can be used without it). To install this, please follow these steps:

  1. In your jupyter notebook, open the terminal
  2. in the terminal, run pip install sparqlkernel
  3. Then run jupyter sparqlkernel install --user

If you now switch to the launcher start page, in addition to the python kernel you should now see a SPARQL kernel installed.

Start Tutorials

Now let's start with the Tutorials!

You can either

  • clone this repository using git (e.g. git bash): git clone https://github.com/michaelakuempel/ActionableKnowledgeRepresentation.git or
  • download the tutorial jupyter notebook files directly

In your jupyter notebook, please upload the tutorial files

To open the notebooks you can choose them from the left sidebar.

actionableknowledgerepresentation's People

Contributors

michaelakuempel avatar janfiderheld avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.