Code Monkey home page Code Monkey logo

chartcrafthub's Issues

AMLD 2024 Feedback

  • Provide more directed guidance in the beginning to set the environment and detailed instructions for completing the first exercise.
  • Add a better description of the chartcrafthub package and why people need to install it.
  • The workshop description should mention that it is for people with experience with Python, Matplotlib, or any other visualization library.

Fonts in dev container

Hi @Kislovskiy

Here is the solution I found for the font issue (RobotoMono not being installed in the dev container).

In a terminal inside the contained we need to:

  1. Install the fonts
sudo wget --content-disposition -P /usr/share/fonts/truetype/robotomono https://github.com/googlefonts/RobotoMono/raw/main/fonts/ttf/RobotoMono-{Bold,BoldItalic,Italic,Light,LightItalic,Medium,MediumItalic,Regular,Thin,ThinItalic}.ttf?raw=true
  1. Rebuild the Linux font cache:
sudo apt-get update && \
sudo apt install fontconfig && \
fc-cache -fv
  1. Delete the matplotlib font cache and re-import mpl to rebuilt it:
 rm .cache/matplotlib/ -rf

Most probably step 1 could somehow be replaced by copying the exact same font from the local repo into the dev container. Also Step 3 might not be necessary if the dev container is built with the font before being started.

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.