Skip to content

Instantly share code, notes, and snippets.

View Pabla007's full-sized avatar
🎯
Focusing

Simranjit Singh Pabla007

🎯
Focusing
View GitHub Profile
@Pabla007
Pabla007 / bqplot1.ipynb
Last active June 7, 2019 08:36
simple example testing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Pabla007
Pabla007 / bqplot.ipynb
Created June 6, 2019 13:04
work bqplot in nbveiwer.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Pabla007
Pabla007 / Spectrum.ipynb
Created June 3, 2019 20:42
Added the Brush Selector Feature in the Spectrum
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Pabla007
Pabla007 / Brush_Selector.ipynb
Created June 1, 2019 17:42
Brush Selector is a tool that just works like an hover tool in Bokeh Put i am used Bqplot to plot this.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Pabla007
Pabla007 / hover.ipynb
Created April 9, 2019 00:20
Normal Hover Tool
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Pabla007
Pabla007 / javascript.ipynb
Last active April 8, 2019 23:58
taking the data from user in the notebook itself
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Pabla007
Pabla007 / slider.py
Created April 8, 2019 23:54
Static plot with dynamic Interactive Features
from starkit.gridkit import load_grid
import h5py
import numpy as np
#print dir(plt)
grid =load_grid('C:\Users\pabla\OneDrive\Documents\p.h5')
grid
import matplotlib.pyplot as plt
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Pabla007
Pabla007 / Pyqt.ipynb
Created March 8, 2019 14:36
Another Gui for File Dialog Box With the help of Pyqt5
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.