question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`pip install chime`

See original GitHub issue

Related to https://github.com/pennsignals/chime/issues/6

Per this slack message,

i was able to compare the model to the Portugal reality (black datapoints: still not enough data but ok). Im still working on it. What I had to do first was to decouple the code from the web-app integration (it has a few dependencies). maybe the core can transformed into a module ( #chime-app maybe?)

image

I am going to guess at some desired functionality / API design, please discuss / correct me in the comments:

  • Should be able to pip install chime or something similar
  • Should be able to from chime import sim_sir and model sir in code (? Not sure)
  • should be able to …

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9

github_iconTop GitHub Comments

2reactions
quinn-doughertycommented, Mar 17, 2020

w/r/t

@quinn-dougherty actually attempted to do this yesterday but it caused some unexpected instability in the application (errors in the live productions version). I would like this refactor to happen sooner rather than later but I’m afraid this is going to have to wait until we’ve knocked out some of the issues causing instability in the live version.

as per my comment in https://github.com/pennsignals/chime/issues/6#issuecomment-600214043, any refactor/modularization that doesn’t interact w streamlit io/state should be fine

2reactions
mdbeckercommented, Mar 17, 2020

Hi @sam-qordoba this is a great idea 😄. @quinn-dougherty actually attempted to do this yesterday but it caused some unexpected instability in the application (errors in the live productions version). I would like this refactor to happen sooner rather than later but I’m afraid this is going to have to wait until we’ve knocked out some of the issues causing instability in the live version. For now I would suggest work on this in a feature branch but keep in mind that the code base is in a high state of flux right now so this might become quickly overcome by events.

Hope my response helps!!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

chime - PyPI
Installation. pip install chime. This library has no dependencies. The IPython/Jupyter functionality is only imported if you've installed the ipython ...
Read more >
Personalized your Python Notification Sounds with Chime
pip install chime. When you have finished installing the package, we could start to get notified with a sound using the Chime package....
Read more >
Sounds and Themes in Chime - Calmcode
You'll need to install the library beforehand via pip. # from the command line python -m pip install chime # from jupyter %pip...
Read more >
Play sound in Python - GeeksforGeeks
We will learn about the various methods for playing sound. Method 1: Using playsound module. Run the following command to install the packages:...
Read more >
Application Development · GitBook - GitHub Pages
Developer Requirements; Running CHIME Locally; Project Layout; Testing ... conda env create -f environment.yml source activate chime pip install streamlit ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found