Skip to main content

GUI for CLEASE

Project description

pipeline status coverage report Documentation Status PyPI Anaconda

Code style: black

CLEASE GUI

This is a GUI based on Jupyter notebooks for CLEASE. For more information, head on over to the documentation.

Installation

The CLEASE GUI is available on PyPI:

$ pip install clease-gui

The GUI is also available on conda-forge. This is also the prefered method on Windows, in order to simply the compilation process of CLEASE. To install into your conda environment, do:

$ conda install -c conda-forge clease-gui

Running the GUI

The GUI is based on Jupyter notebooks. The GUI works in both "classic" jupyter notebooks, and in Jupyter lab. Launch jupyter lab with:

$ jupyter-lab

Alternatively to use the classic jupyter notebook, do:

$ jupyter notebook

Create a new notebook that you want to work in, and a new cell, add the following lines:

from clease_gui import display_ui
display_ui()

A line %matplotlib notebook can be added at the start of the cell for nicer plots (this only works in classic jupyter notebooks). However, this may come at a significant performance cost, so do your own testing.

Plot font sizes

All plots generated in this package are generated by the matplotlib package. However, the default font size in matplotlib can be rather small, so it can be adjusted globally, e.g. by running the following in a cell:

import matplotlib
matplotlib.rcParams.update({'font.size': 16})

This will also affect the font sizes on the figures generated in the GUI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clease-gui-0.1.6.tar.gz (70.4 kB view details)

Uploaded Source

Built Distribution

clease_gui-0.1.6-py3-none-any.whl (86.8 kB view details)

Uploaded Python 3

File details

Details for the file clease-gui-0.1.6.tar.gz.

File metadata

  • Download URL: clease-gui-0.1.6.tar.gz
  • Upload date:
  • Size: 70.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for clease-gui-0.1.6.tar.gz
Algorithm Hash digest
SHA256 14f4ee14277368a6d84f4b720fc9b71a41a28307d95e78d72d7c50a8675b503a
MD5 53788b5694f3359db1aaa8a92df360c3
BLAKE2b-256 50891bc6ddf393f59e12c27363f557ed2c07b312ca75c3a24c492f7b8ad97b2d

See more details on using hashes here.

File details

Details for the file clease_gui-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: clease_gui-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 86.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for clease_gui-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 4829681ed0948e52d890a04ab7d04a4c100918c19c8ee9e3465a128c3d40a49d
MD5 e19167484f9380cd49b37339a3e823dc
BLAKE2b-256 2432d2362f29a52ef50fad0e8ff287c4acdec31e2179ee336e34c9e8b7160f60

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page