Giter Site home page Giter Site logo

adegtyarev / docker-zipline Goto Github PK

View Code? Open in Web Editor NEW
23.0 4.0 5.0 41 KB

A collection of useful images to research with Zipline in CLI & GUI environments

License: Apache License 2.0

Shell 18.43% Makefile 29.95% Dockerfile 51.62%
zipline docker-image jupyterlab jupyter talib

docker-zipline's People

Contributors

adegtyarev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

docker-zipline's Issues

error when run jupyter

Hi When I run docker command below

docker volume create --name zipline-notes
zipline-notes
docker run --rm -p 80:8888 -v zipline-root:/zipline -v zipline-notes:/notes adegtyarev/zipline:jupyterlab

It show error like this what I need to do for this error, thanks.

Traceback (most recent call last):
File "/usr/lib/python3.5/site-packages/jupyterlab_server/server.py", line 20, in
from notebook.notebookapp import aliases, flags, NotebookApp as ServerApp
File "/usr/lib/python3.5/site-packages/notebook/notebookapp.py", line 49, in
from zmq.eventloop import ioloop
File "/usr/lib/python3.5/site-packages/zmq/init.py", line 47, in
from zmq import backend
File "/usr/lib/python3.5/site-packages/zmq/backend/init.py", line 40, in
reraise(*exc_info)
File "/usr/lib/python3.5/site-packages/zmq/utils/sixcerpt.py", line 34, in reraise
raise value
File "/usr/lib/python3.5/site-packages/zmq/backend/init.py", line 27, in
_ns = select_backend(first)
File "/usr/lib/python3.5/site-packages/zmq/backend/select.py", line 28, in select_backend
mod = import(name, fromlist=public_api)
File "/usr/lib/python3.5/site-packages/zmq/backend/cython/init.py", line 6, in
from . import (constants, error, message, context,
ImportError: Error loading shared library libzmq.so.5: No such file or directory (needed by /usr/lib/python3.5/site-packages/zmq/backend/cython/error.cpython-35m-x86_64-linux-gnu.so)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/bin/jupyter-lab", line 7, in
from jupyterlab.labapp import main
File "/usr/lib/python3.5/site-packages/jupyterlab/labapp.py", line 14, in
from jupyterlab_server import slugify, WORKSPACE_EXTENSION
File "/usr/lib/python3.5/site-packages/jupyterlab_server/init.py", line 4, in
from .app import LabServerApp
File "/usr/lib/python3.5/site-packages/jupyterlab_server/app.py", line 9, in
from .server import ServerApp
File "/usr/lib/python3.5/site-packages/jupyterlab_server/server.py", line 26, in
from jupyter_server.base.handlers import ( # noqa
ImportError: No module named 'jupyter_server'

can't make

this is the output of make all

make all
docker build \
	--build-arg ZIPLINE_REF=master \
	-t zipline:/home/yasha/anaconda3/bin/python \
	-f /home/yasha/anaconda3/bin/python/Dockerfile \
	/home/yasha/anaconda3/bin/python
invalid argument "zipline:/home/yasha/anaconda3/bin/python" for "-t, --tag" flag: invalid reference format
See 'docker build --help'.
Makefile:21: recipe for target 'build-zipline' failed
make: *** [build-zipline] Error 125

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.