Ratings & Reviews performance provides an overview of what users think of your app. Here are the key metrics to help you identify how your app is rated by users and how successful is your review management strategy.
Jupyter notebooks are a powerful tool used in education and research. You can write small snippets of Python code and observe the result on screen, combine with paragraphs of text, using Markdown. Carnets provides a complete, stand-alone, implementation of Jupyter notebooks. Everything runs on your device, using the embedded Python interpreter; you do not need an internet connection. Numpy, Sympy, Matplotlib, Pandas, lxml, bokeh and nbextensions (including ipywidgets) are pre-installed. To see the full list of installed packages, type "%pip list" in a code window. You can add more packages using "%pip install packageName", but only if they are pure Python. If you need scipy, seaborn or scikit-learn, please use our other App, "Carnets - Jupyter (with scipy)". You can share your notebooks with other apps and also open notebooks or directories managed by other apps.