All Projects → ywx649999311 → Vizic

ywx649999311 / Vizic

Licence: other
A Jupyter-based Interactive Visualization Tool for Astronomical Catalogs

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vizic

Nla2015
The main github repository for NLA2015 course
Stars: ✭ 12 (-7.69%)
Mutual labels:  jupyter-notebook
Python Code
Stars: ✭ 13 (+0%)
Mutual labels:  jupyter-notebook
Pycon Pandas Tutorial
PyCon 2015 Pandas tutorial materials
Stars: ✭ 871 (+6600%)
Mutual labels:  jupyter-notebook
Ridge Directed Ring Detector
Robust and highly performant ring detection algorithm for 3d particle tracking using 2d microscope imaging
Stars: ✭ 12 (-7.69%)
Mutual labels:  jupyter-notebook
Seemps
Self-explaining Matrix Product States library in Python
Stars: ✭ 13 (+0%)
Mutual labels:  jupyter-notebook
2018 siop machine learning winners
Stars: ✭ 13 (+0%)
Mutual labels:  jupyter-notebook
Notebooks
Stars: ✭ 12 (-7.69%)
Mutual labels:  jupyter-notebook
Uncurl python
UNCURL is a tool for single cell RNA-seq data analysis.
Stars: ✭ 13 (+0%)
Mutual labels:  jupyter-notebook
Deepnlp2019
Repository of DeepNLP in 2019
Stars: ✭ 13 (+0%)
Mutual labels:  jupyter-notebook
Sklearn pycon2015
Materials for my Pycon 2015 scikit-learn tutorial.
Stars: ✭ 873 (+6615.38%)
Mutual labels:  jupyter-notebook
Disease Detection Using Xray
Stars: ✭ 13 (+0%)
Mutual labels:  jupyter-notebook
Ganocracy
Stars: ✭ 13 (+0%)
Mutual labels:  jupyter-notebook
Kalasalingam
IEEE "Invited Talk on Deep Learning" 03/02/2018
Stars: ✭ 13 (+0%)
Mutual labels:  jupyter-notebook
Ml Sims
Machine Learning applied to Cosmological Simulations
Stars: ✭ 12 (-7.69%)
Mutual labels:  jupyter-notebook
Dl4us
Stars: ✭ 876 (+6638.46%)
Mutual labels:  jupyter-notebook
Mozfest15 Training
Notebooks for Jupyter training session at Mozfest 2015
Stars: ✭ 12 (-7.69%)
Mutual labels:  jupyter-notebook
Pydata berlin 2018
Slides and code for the PyData Berlin 2018 tutorial
Stars: ✭ 13 (+0%)
Mutual labels:  jupyter-notebook
Distance estimation
Stars: ✭ 13 (+0%)
Mutual labels:  jupyter-notebook
Proj5 climate change
Promoting Positive Climate Change Conversations via Twitter
Stars: ✭ 13 (+0%)
Mutual labels:  jupyter-notebook
Kaggle Carvana Image Masking Challenge
Top 15% ranked solution to the Carvana Image Masking Challenge on Kaggle
Stars: ✭ 13 (+0%)
Mutual labels:  jupyter-notebook

ascl:1701.002

Vizic

A Jupyter widget for visualizing astronomical catalog data

Note

Part of the project was orginally forked from ipyleaflet, which is a Jupyter / Leaflet bridge enabling interactive maps in the Jupyter notebook. As a major component of Vizic, ipyleaflet has been modified and improved in a way to better suite the needs of Vizic.

Dependencies:

MongoDB

Installation

$ pip3 install vizic
$ jupyter nbextension enable --py --sys-prefix widgetsnbextension
$ jupyter nbextension enable --py --sys-prefix vizic

For a development installation (requires npm):

$ git clone https://github.com/ywx649999311/vizic.git
$ cd vizic
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix vizic
$ jupyter nbextension enable --py --sys-prefix widgetsnbextension
$ jupyter nbextension enable --py --sys-prefix vizic

To run the Jupyter Notebook with:

$ jupyter notebook --NotebookApp.nbserver_extensions="{'vizic.mongo_ext.extension':True}"

Note for developers: the --symlink argument on Linux or OS X allows one to modify the JavaScript code in-place. This feature is not available with Windows.

Documentation

For detailed description, please refer to the Vizic documentation.

Reference

A paper about Vizic can be accessed on AriXiv

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].