GithubHelp home page GithubHelp logo

simaex / training Goto Github PK

View Code? Open in Web Editor NEW

This project forked from squirro/training

0.0 0.0 0.0 21.6 MB

Training materials for working with the Squirro platform

Shell 7.21% Python 34.77% Jupyter Notebook 35.58% HTML 0.13% JavaScript 20.83% CSS 1.47%

training's Introduction

Squirro Training Resources

Included here are a set of examples and training resources meant to accompany the Squirro platform documentation and Squirro partner training resources

Getting Started

Requirements

To use the examples here, you will need to install the Squirro toolbox. The Squirro toolbox is available to all Squirro Partners and Developers Here. If you would like access to the Squirro Data Loader, please contact [email protected].

Python

To use the Squirro Toolbox, you must have Python 3 installed.

It is recommended to install python via Homebrew

$ brew install python

Virtualenvs

While not required, it is highly recommended that you create a virtual environment to use for Squirro development.

To create a virtual environment, run the commands below (after you have Python installed)

$ pip install virtualenvwrapper
$ export WORKON_HOME=~/.virtualenvs
$ mkdir -p $WORKON_HOME
$ source /usr/local/bin/virtualenvwrapper.sh

Create the Virtualenv for Squirro

$ mkvirtualenv squirro

Once the virtualenv is created, you can switch into the new virtualenv by running:

$ workon squirro

If you want to automatically enter the virtualenv whenever you open a new terminal window, you can add the following to your bash profile:

export WORKON_HOME=~/.virtualenvs
source /usr/local/bin/virtualenvwrapper.sh
# Set default virtualenv for python
workon squirro

training's People

Contributors

abdulbugti1 avatar alexdelin avatar etano avatar mmagician avatar pneff avatar sajain avatar tonibirrer 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.