numberscope / frontscope

Numberscope's front end and user interface: responsible for specifying sequences and defining and displaying visualizers
MIT License
7 stars 15 forks source link

accept user generated sequence #408

Open katestange opened 3 months ago

katestange commented 3 months ago

Probably as a text file. If users want to explore a sequence of their own, or extend the terms available on OEIS for a short sequence, they could create their own b-files and point Numberscope to those.

gwhitney commented 3 months ago

Yes, this is definitely a worthwhile idea. Is this something we ultimately want folded into Formulas as well? Or is this an argument that we won't actually ever be getting rid of different kinds of sequences, and that even if we can extend Formulas to allow OEIS sequences, we will still want to have both Formula and File sequences?

katestange commented 3 months ago

Good question. One argument for keeping OEIS sequences as a sequence type separate from formula is just accessibility.

gwhitney commented 3 months ago

True. I can comfortably imagine a world in which we have Formula, OEIS, and File sequences, while still allowing multiple sequences to be visualized at once and supporting OEIS IDs in Formulas. But it will complicate the layout of the UI for multiple sequences-- can't just be a column of formula entry boxes.