Skip to main content

JLab compatible convenience menu for common activities in Jupyter Physical Science Lab.

Project description

JPSL_Tools_Menu

JLab compatible convenience menu for common activities in Jupyter Physical Science Lab.

Current menu items:

  • "Hide before print" hides cells selected for hiding using jupyter-instructortools .
  • "Undo hide before print" reveals the hidden cells.
  • "Algebra with Sympy" submenu:
    • "Insert Algebra with Sympy initialization code" inserts in place of the current selection the properly formed import statement to initialize the Algebra_with_Sympy package.
    • "Algebra with Sympy Docs" opens a new browser window showing the documentation.
  • "JupyterPiDaQ" submenu:
    • "Insert JupyterPiDAQ initialization code" inserts in place of the current selection the properly formed import statement to initialize the JupyterPiDAQ live data acquisition package.
    • "JupyterPiDAQ Docs" opens the documentation in a new browser window.
  • "Pandas GUI" submenu:
    • "Insert PandasGUI initialization code" inserts in place of the current selection the properly formed import statement to initialize the PandasGUI package of graphical tools to help generate code to manipulate and display data stored in Pandas DataFrames.
    • "Insert load data from CSV code" replaces the current selection with the skeleton code for loading data from a CSV file into a Pandas DataFrame.
    • "Insert New Calculated Column GUI" replaces the current selection with a function call that opens the graphical user interface to assist in generating code to create a new calculated column in a Pandas DataFrame.
    • "Insert New Plot GUI" replaces the current selection with a function call that opens the graphical user interface to generate code for making a Plotly plot from data in a Pandas DataFrame.
    • "Insert New Fit GUI" replaces the current selection with a function call that opens the graphical user interface to generate code for fitting data using the lmfit package and plotting the results using Plotly.
    • "PandasGUI Docs" opens the documentation in a new browser window.

Requirements

  • JupyterLab >= 4.0.0
  • algebra_with_sympy >= 1.0.0
  • jupyterpidaq >= 0.8.1
  • jupyter-pandas-gui >= 0.9.0

Install

To install the extension, execute:

pip install JPSL_Tools_Menu

Uninstall

To remove the extension, execute:

pip uninstall JPSL_Tools_Menu

Contributing

Development install

Note: You will need NodeJS to build the extension package.

The jlpm command is JupyterLab's pinned version of yarn that is installed with JupyterLab. You may use yarn or npm in lieu of jlpm below.

# Clone the repo to your local environment
# Change directory to the JPSL_Tools_Menu directory
# Install package in development mode
pip install -e "."
# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
# Rebuild extension Typescript source after making changes
jlpm build

You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.

#  Optional: Watch the source directory in one terminal, automatically 
#   rebuilding when needed
jlpm watch
# Run JupyterLab in another terminal
jupyter lab

With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).

By default, the jlpm build command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:

jupyter lab build --minimize=False

Development uninstall

pip uninstall JPSL_Tools_Menu

In development mode, you will also need to remove the symlink created by jupyter labextension develop command. To find its location, you can run jupyter labextension list to figure out where the labextensions folder is located. Then you can remove the symlink named JPSL_Tools_Menu within that folder.

Testing the extension (not complete yet)

Frontend tests

This extension is using Jest for JavaScript code testing.

To execute them, execute:

jlpm
jlpm test

Integration tests

This extension uses Playwright for the integration tests (aka user level tests). More precisely, the JupyterLab helper Galata is used to handle testing the extension in JupyterLab.

More information are provided within the ui-tests README.

Packaging the extension

See RELEASE

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

jpsl_tools_menu-0.2.1.tar.gz (1.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jpsl_tools_menu-0.2.1-py3-none-any.whl (17.7 kB view details)

Uploaded Python 3

File details

Details for the file jpsl_tools_menu-0.2.1.tar.gz.

File metadata

  • Download URL: jpsl_tools_menu-0.2.1.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for jpsl_tools_menu-0.2.1.tar.gz
Algorithm Hash digest
SHA256 4ed5a31b328ce66a0799e2e43091328a152cf1816cf5907b8cb9288e9f06055f
MD5 5a9213e0f4112401cf825fa77223c5c0
BLAKE2b-256 a148ac6b2a956d62733e58d66ee60d6070cc6a8c6763c062e877182c57f05340

See more details on using hashes here.

File details

Details for the file jpsl_tools_menu-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for jpsl_tools_menu-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4f9695ad1e355c08c5d08d18c8af24446db05b1a107d32aefe09ca36ba36d033
MD5 bacf1d8773199202733777a3fff8c395
BLAKE2b-256 4b5a265ea06e7cae1d6e7c46b5ac9a55e02ea4eca3716b2325bcc92f8ee08bc4

See more details on using hashes here.

Supported by

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