Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
f9b383f
Prototype of local "headless" mode
freeman-lab Jun 18, 2015
9b8e7b3
Fix false case
freeman-lab Jun 18, 2015
f94496c
Add template
freeman-lab Jun 18, 2015
a22d640
Make template location relative
freeman-lab Jun 18, 2015
9fc48ac
Update requirements
freeman-lab Jun 18, 2015
7c595a6
Fix multiple viz handling in notebook
freeman-lab Jun 18, 2015
379290c
Move local visualization to separate class
freeman-lab Jun 19, 2015
47e53ab
Add template to setuptools
freeman-lab Jun 19, 2015
c230303
Fix path
freeman-lab Jun 19, 2015
3607309
Add test for local visualization
freeman-lab Jun 19, 2015
14602ac
Better tests for local and ipython
freeman-lab Jun 19, 2015
d6bbfb0
option and image handling
freeman-lab Jun 19, 2015
cfb9f40
Updated template
freeman-lab Jun 19, 2015
635514d
Add lib to packages to fix unit tests
freeman-lab Jun 19, 2015
7bef526
Remove ipython test
freeman-lab Jun 19, 2015
72ea98d
Fix propagation
freeman-lab Jun 20, 2015
72e5cab
Fix doubling problem
freeman-lab Jun 20, 2015
5685924
Add warnings
freeman-lab Jun 21, 2015
f5f33b7
Make html protected
freeman-lab Jun 21, 2015
3a9c746
Make some viz methods private
freeman-lab Jun 21, 2015
fed9576
push embed script w weird unicode error
mathisonian Aug 9, 2015
74cd5e0
update script
mathisonian Aug 9, 2015
cda8ebf
Merge pull request #24 from lightning-viz/embed-script
mathisonian Aug 9, 2015
b98f9db
Remove count
freeman-lab Aug 9, 2015
ec75ab2
Remove count as argument
freeman-lab Aug 9, 2015
e414117
update embed script
mathisonian Aug 9, 2015
2b39168
Remove id
freeman-lab Aug 9, 2015
0fda9a4
Update embedding
freeman-lab Aug 9, 2015
6d84c62
Remove host
freeman-lab Aug 9, 2015
40725c8
Remove stray line
freeman-lab Aug 9, 2015
254de86
fix js errors
mathisonian Aug 9, 2015
a37d829
Merge branch 'headless-experimental' of github.com:lightning-viz/ligh…
mathisonian Aug 9, 2015
248f5b9
Fix styles
freeman-lab Aug 9, 2015
f4e2ca5
Remove outline in template
freeman-lab Aug 9, 2015
2709875
Clean up template
freeman-lab Aug 9, 2015
0d6ed48
Move print
freeman-lab Aug 9, 2015
67e204f
Clean up
freeman-lab Aug 9, 2015
7bac0bb
Rebuild
freeman-lab Aug 9, 2015
85f5f5e
Add html saving
freeman-lab Aug 10, 2015
915dba1
Merge with master
freeman-lab Aug 10, 2015
cc09cb6
Fix option handling
freeman-lab Aug 10, 2015
e77768a
Merge with master
freeman-lab Aug 10, 2015
078f1e4
Set local to false for streaming
freeman-lab Aug 10, 2015
d9f1e9c
fix JS error, and add more verbose error output to save_html
mathisonian Aug 10, 2015
2d82c33
Merge branch 'headless-experimental' of github.com:lightning-viz/ligh…
mathisonian Aug 10, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
Expand Down
2 changes: 1 addition & 1 deletion lightning/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .main import Lightning
from .session import Session
from .visualization import Visualization
from .visualization import Visualization, VisualizationLocal
from .types.plots import *
from .types.images import *
from .types.streaming import *
Expand Down
Empty file added lightning/lib/__init__.py
Empty file.
Loading