neqsim-notebook-patterns

Standardize Jupyter notebook structure for NeqSim process-simulation workflows.

138|60|Updated Dec 5, 2018
One-click install
npx skills add https://github.com/equinor/neqsim --skill neqsim-notebook-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neqsim-notebook-patterns
Source: https://github.com/equinor/neqsim/tree/main/.github/skills/neqsim-notebook-patterns
Command: npx skills add https://github.com/equinor/neqsim --skill neqsim-notebook-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide provides standardized Jupyter notebook patterns for NeqSim, enabling quick setup, consistent imports, and structured visualization across environments.

Core Features & Use Cases

  • Dual-boot setup cell compatible with devtools and pip
  • Common class-path imports for NeqSim environments
  • Notebook-structure blueprint with steps for setup, execution, and results extraction
  • Visualization requirements and integration with results.json schema
  • Colab-ready guidance and notebook placement patterns
  • Guidance on where to place references and assets for reproducibility

Quick Start

Create a new notebook and start with the dual-boot setup cell to load NeqSim, then follow the common class-path imports and notebook-structure template.

Frequently Asked Questions about neqsim-notebook-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a Jupyter notebook for NeqSim process simulation?

To set up a Jupyter notebook for NeqSim process simulation, start with a dual-boot setup cell that loads NeqSim across both local devtools and pip environments, then apply common class-path imports to ensure consistent execution.

What is the standard notebook structure for NeqSim thermodynamics workflows?

The standard NeqSim notebook structure follows a blueprint of setup, execution, and results extraction steps, ensuring consistent thermodynamics and PVT analysis workflows while integrating visualization requirements with a structured results.json schema.

Can I use NeqSim notebooks in Google Colab with pip?

Yes, NeqSim notebooks are Colab-ready and support pip deployments. The dual-boot setup cell automatically detects the environment, allowing process simulation and PVT analysis workflows to run consistently across both local devtools and cloud platforms.

How do I structure results extraction from NeqSim PVT analysis in Jupyter?

Structure results extraction from NeqSim PVT analysis by following the notebook blueprint's extraction steps and applying the results.json schema guidance, which standardizes output data for visualization and reproducibility across Jupyter environments.

What's the best way to organize references and assets in NeqSim notebooks?

The best way to organize references and assets in NeqSim notebooks is to follow the provided placement patterns for reproducibility, ensuring that all supplementary files and documentation are structured consistently within the Jupyter environment.

Does NeqSim notebook development require frontmatter for discovery?

NeqSim notebook development uses frontmatter-driven discovery to ensure notebooks are easily searchable and organized. This pattern standardizes metadata at the top of the notebook, enabling consistent structure and faster process-simulation development.