GithubHelp home page GithubHelp logo

randalburns / pcds.2023 Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 7.0 205.71 MB

Living document that might/will become an e-book for Parallel Computing for Data Science

License: Apache License 2.0

Dockerfile 0.04% Jupyter Notebook 98.65% Python 0.25% C 0.56% C++ 0.36% Java 0.12% Perl 0.03%

pcds.2023's People

Contributors

randalburns avatar wheatman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pcds.2023's Issues

Export as PDF not Possible on Base Image

I've been meaning to submit a PR for this, but never got around to it. At the very least, I'll open it as an issue so it's written down somewhere.

In short, exporting a notebook to PDF fails due to a missing library (I don't recall which one at the time of writing). The simple fix for this would be to add apt install texlive-xetex texlive-fonts-recommended texlive-plain-generic to environment/Dockerfile to get the required libraries.

If it still fails at that point, adding /opt/conda/bin to jupyteruser's PATH environment variable should fix it, though I think that's only needed due to me manually installing the libraries as root, then sudoing to jupyteruser so I don't mess up permissions. If I get around to it, I'll update this issue if this is required if the Dockerfile is updated.

conda install pandas returns EnvironmentNotWritableError

When running conda install pandas the following error occurs because of permission read only error.

Downloading and Extracting Packages

Preparing transaction: done
Verifying transaction: failed

EnvironmentNotWritableError: The current user does not have write permissions to the target environment.
environment location: /opt/conda
uid: 1001
gid: 1001

Update instructions to run using the correct image name

After following the instructions to set up docker(on my Mac), seems like the second instruction to run the image is using the wrong image name,
docker run -i -t --mount type=bind,source="/$(pwd)"/../ebook,target=/home/jupyteruser/ebook -p8888:8888 ppenv

It should be pp.ebook:latest not ppenv.

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.