Install
shellfocus a line, then ⌘/Ctrl+C or Enterbash
pip install neuronscopeOptional extras: [torch], [jax], [hf] pull the corresponding framework adapters. The base wheel has no framework dependencies.
Public surface
Only names re-exported from the top-level neuronscope package are part of the public API. Everything under neuronscope._internal is subject to change.
surface.py··python
import neuronscope as ns
ns.Recorder # class — see /api/core/recorder
ns.Scope # class — see /api/core/scope
ns.fingerprint # function
ns.load # function
ns.compare # function
ns.probes # submoduleStability
- SemVer applies to the public surface only.
- Artifact format (
.nsz) has an independent version — see the serialization flow. - Deprecations run for one minor version with a runtime warning before removal.