Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a Python project for manipulating n-dimensional solids (currently wireframes) using ipywidgets and bqplot for interactive visualization. The main functionality is implemented in a Jupyter notebook that creates interactive 3D/4D+ cube visualizations with rotation controls.
Install dependencies:
pip install -r requirements.txt
The main interface is through Jupyter notebooks:
ndcubes.ipynbndcube class (
ndcubes.ipynb cell 4):
occludingcube class (cell 5):
ndims variable in cell 7 controls dimensionality (default 4D)rotmat() function for n-dimensional rotations