All Projects β†’ EntropyOrg β†’ p5-Devel-IPerl

EntropyOrg / p5-Devel-IPerl

Licence: other
πŸ”¬πŸ“š Perl5 language kernel for Jupyter <http://jupyter.org/>

Programming Languages

perl
6916 projects
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to p5-Devel-IPerl

jupyterlab-sparkmonitor
JupyterLab extension that enables monitoring launched Apache Spark jobs from within a notebook
Stars: ✭ 78 (+4%)
Mutual labels:  jupyter
python ml tutorial
A complete tutorial in python for Data Analysis and Machine Learning
Stars: ✭ 118 (+57.33%)
Mutual labels:  jupyter
traceml
Engine for ML/Data tracking, visualization, dashboards, and model UI for Polyaxon.
Stars: ✭ 445 (+493.33%)
Mutual labels:  jupyter
cognipy
In-memory Graph Database and Knowledge Graph with Natural Language Interface, compatible with Pandas
Stars: ✭ 31 (-58.67%)
Mutual labels:  jupyter
ipydagred3
ipywidgets library for drawing directed acyclic graphs in jupyterlab using dagre-d3
Stars: ✭ 38 (-49.33%)
Mutual labels:  jupyter
jupyter-django
Using Jupyter Notebook with Django: a presentation
Stars: ✭ 42 (-44%)
Mutual labels:  jupyter
ipynb-py-convert
Convert .py files runnable in VSCode or Atom/Hydrogen to Jupyter .ipynb notebooks and vice versa
Stars: ✭ 38 (-49.33%)
Mutual labels:  jupyter
learn-js-in-jupyter
πŸ“™ Interactive, cross-platform JavaScript ES6 / Python 3,2 notebook powered by JupyterLab and Docker
Stars: ✭ 18 (-76%)
Mutual labels:  jupyter
MaixPy3
MaixPy for Linux Python3, let's play with edge AI easier!
Stars: ✭ 125 (+66.67%)
Mutual labels:  jupyter
ethereum-economic-model
A modular dynamical-systems model of Ethereum's validator economics
Stars: ✭ 79 (+5.33%)
Mutual labels:  jupyter
How-to-score-0.8134-in-Titanic-Kaggle-Challenge
Solution of the Titanic Kaggle competition
Stars: ✭ 114 (+52%)
Mutual labels:  jupyter
flowtorch
flowTorch - a Python library for analysis and reduced-order modeling of fluid flows
Stars: ✭ 47 (-37.33%)
Mutual labels:  jupyter
mlspace
MLSpace: Hassle-free machine learning & deep learning development
Stars: ✭ 286 (+281.33%)
Mutual labels:  jupyter
ipychart
The power of Chart.js with Python
Stars: ✭ 48 (-36%)
Mutual labels:  jupyter
Self-Driving-Car-Steering-Simulator
The aim of this project is to allow a self driving car to steer autonomously in a virtual environment.
Stars: ✭ 15 (-80%)
Mutual labels:  jupyter
systemdspawner
Spawn JupyterHub single-user notebook servers with systemd
Stars: ✭ 79 (+5.33%)
Mutual labels:  jupyter
Hello-Kaggle-Guide-KOR
Kaggle을 처음 μ ‘ν•˜λŠ” μ‚¬λžŒλ“€μ„ μœ„ν•œ λ¬Έμ„œ
Stars: ✭ 140 (+86.67%)
Mutual labels:  jupyter
test-class
Test::Class - an xUnit testing framework for Perl 5.x
Stars: ✭ 18 (-76%)
Mutual labels:  cpan
Hacktoberfest
Hacktoberfest 2021 you can add anything like simple programs or projects
Stars: ✭ 15 (-80%)
Mutual labels:  jupyter
biojupies
Automated generation of tailored bioinformatics Jupyter Notebooks via a user interface.
Stars: ✭ 96 (+28%)
Mutual labels:  jupyter

Devel-IPerl

Coverage Status CPAN version

Installation

Dependencies

Devel::IPerl depends upon the ZeroMQ library (ZMQ) and Project Jupyter in order to work.

ZeroMQ

Debian

On Debian-based systems, you can install ZeroMQ using apt.

sudo apt install libzmq3-dev 
macOS

If you use Homebrew on macOS, you can install ZeroMQ by using

brew install zmq

You may also need to install cpanm this way by using

brew install cpanm

Then you will need to install ZMQ::LibZMQ3 by running:

export ARCHFLAGS='-arch x86_64';
cpanm --build-args 'OTHERLDFLAGS=' ZMQ::LibZMQ3;
Installing ZeroMQ without a package manager

Some systems may not have a package manager (e.g,. Windows) or you may want to avoid using the package manager.

Make sure you have Perl, a C/C++ compiler, lwp-request (or another HTTP downloading tool that outputs the contents of an HTTP request to STDOUT such as wget -O - or curl), and cpanm on your system.

Then run this following command (read the source first!):

# use `cpanm LWP` to install `lwp-request`
lwp-request https://raw.githubusercontent.com/zmughal-CPAN/p5-Alt-Alien-ZMQ-Alien-ZMQ-latest/master/maint/install-zmq-libzmq.pl | perl - --notest Alt::Alien::ZMQ::Alien::ZMQ::latest ZMQ::LibZMQ3 Net::Async::ZMQ

What this does is install CPAN modules for

Installing these modules can be tricky, so this script handles it for you.

It has been tested on GNU/Linux, macOS, and Windows (Strawberry Perl 5.26.1.1).

Note: There are currently issues with installing on Windows using ActivePerl and older versions of Strawberry Perl. These are mostly due to having an older toolchain which causes builds of the native libraries to fail.

Jupyter

See the Jupyter install page to see how to install Jupyter.

On Debian, you can install using apt:

sudo apt install jupyter-console jupyter-notebook

If you know how to use pip, this may be as easy as

pip install -U jupyter
# or use pip3 (for Python 3) instead of pip

Make sure Jupyter is in the path by running

jupyter --version

Install from CPAN

cpanm Devel::IPerl

If you have a problem with failing tests for Markdown::Pod, you can install an older version using

Running

iperl console  # start the console

iperl notebook # start the notebook

See the wiki for more information and example notebooks!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].