Giter Site home page Giter Site logo

jupyter-notebook-hackathon's Introduction

Research Hackathon base repository

Hi everyone and welcome to our hackathon! To start participating, fork this repo. For more information on schedule and policy, please refer to the participation terms.

Setting up the virtual environment

After forking, first of all, you need to set up the virtual environment, which includes Jupyter Notebook and our logging plugin.

In order to set up a virtual environment:

  • If you are using a terminal, firstly, create a virtual environment: virtualenv hackathon_env, and then activate it: source hackathon_env/bin/activate.
  • If you are using PyCharm, create a new Python project with the new environment using Virtualenv.

Setting up the logging

Once, you have set up the environment, you can install the necessary packages.

To do this, you can simply use the provided bash script:

  • bash setup_environment.sh

OR

Run the following commands in the terminal:

  • pip install -r requirements.txt.
  • jupyter nbextension install --py mining_extension --user
  • jupyter nbextension enable --py mining_extension --user
  • python3 -m jupyter notebook

Note: if you are using PyCharm, execute the bash script or commands above using the internal terminal.

Then, in Jupyter Notebook, you need to find the Nbextentions tab (green), and in this table you need to find Logs mining extension.

help1.png

If you click on the Logs mining extension, below this list of the extensions, you will see a configuration panel for the mining extension. You will need to check the box next to the item "I agree to post my logs to the remote server" and to fill in the address with the one provided by the organizers.

help2.png

Working with tasks

The descriptions of tasks can be found in task1.md and task2.md. The data for the tasks can be found in data/task1 and data/task2, respectively. The solution should be written in the Jupyter Notebook configured as described above, in the provided files task1.ipynb and task2.ipynb.

Before commencing the work, make sure that everything works correctly by running the following code:

from mining_extension import check_logging 
check_logging("PASTE URL HERE")

Submissions

To submit your work, you need to make a two-minute presentation at the end of the hackathon and fill the form, providing the link to your repository fork. We will check only the main branch and will use requirements.txt to install all the necessary packages, so don't forget to push and keep track of your dependencies.

jupyter-notebook-hackathon's People

Contributors

konstantgr 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.