Hey there! Celestial is a containerized data analysis environment I built to solve the "works on my machine" problem. If you're tired of spending hours setting up Python environments, managing dependencies, or dealing with version conflicts, this might be for you.
Originally designed to work with SyneHQ's console labs, but honestly, you can run it anywhere Docker works.
As developers, we've all been there - you pull down a data science project, spend 2 hours fighting with package versions, only to find out the original author was using Python 3.8 and you're on 3.11. Or worse, the analysis works perfectly on your laptop but breaks in production.
Celestial gives you a consistent, reproducible environment that just works. No more "but it worked yesterday" moments.
- Containerized goodness: Your analysis runs the same way every time, everywhere
- SyneHQ ready: Plays nice with SyneHQ console labs if that's your thing
- Real terminal access: Full bash support because sometimes you need to get your hands dirty
- Batteries included: Common data analysis tools pre-installed so you can focus on the actual work
If you're using SyneHQ console labs, just fire up the bash terminal and launch the container. If you're running it elsewhere, standard Docker commands apply.
- Jump into SyneHQ console labs (or your preferred Docker environment)
- Open up the bash terminal
- Spin up the Celestial container
- Start analyzing data without the setup headaches
That's it. No complex configuration, no dependency hell, just a clean environment ready for your data work.