Notebook - Welcome to Notebook

Contact/Report Bugs
You can contact me at: bkenwright@xbdev.net












D3 Installation Getting started with D3 that is installing and configuring your environment system to run a D3 program The essential components you need to get up and running are D3 Library e g either downloading the d3 js directly or referencing it via CDN link Editor any text editor as long as it support standard unformatted text UTF8 Web browser run and test your implementations Web server while not totally crucial for download streaming data through to a web page this is usually easier using a web server due to security constrains with opening running files locally on a web page Putting the pieces together img src https notebook xbdev net var images pieces2 jpg style margin 0 width 100 D3 Library You need to include the D3 library d3 js in all your HTML webpages in order to use D3 to create data visualization solutions There are two main ways of including D3 in your program 1 Download and include the d3 js library in your project folder 2 Or include a references to the d3 js library from the CDN Content Delivery Network Downloading D3 Since D3 is a free and open source library the source code and distributions are available online at D3 Webpage https d3js org https d3js org If you go to the D3 website you can download the latest version of D3 d3 min js As of now the latest version is v7 0 0 min builds The min in the js filename means it is a minified version of the javascript file The script will have every name translated keeping the same relationships and stuff This is useful because the file size will be much lower meaning faster downloads and less bandwidth used for the hosting servers After you ve downloaded the latest version of D3 you should have a d3 min js file Create a project folder which you ll use to run test your first D3 program Then make sur eyou copy the d3 min js file to this folder d3 min js If you re including your D3 file locally be sure to include library file in any future project folders you create so you can access run the D3 library if you forget to include the d3 library your program won t run For example create a js folder and include d3 min js and then you ll include and reference D3 as shown in the HTML example below DOCTYPE html html lang en head script src js d3 min js script head body script this is where you ll write your D3 code script body html D3 is a JavaScript library so all of your code should be written between script tags You may also manpulate the existing page configuration that is the DOM elements so you want to keep your D3 code inbetween the body tags i e between the opening body tag and the closing body tag Including D3 Library from CDN If you prefer not to download the js library to your project folder instead you can link directly to a version of the d3 min js online One such popular reference is the Content Delivery Network CDN The CDN offers a collection of servers which host files for users also take into acount geographic location for speed Taking advantage of this means you don t need to keep copies of the D3 library not to mention it could be faster for users to download the library from the CDN network versus your hosting To includ the D3 library using the CDN URL https cdnjs cloudflare com ajax libs d3 7 0 0 d3 min js https cdnjs cloudflare com ajax libs d3 7 0 0 d3 min js CDNJS You can also vsit https cdnjs com https cdnjs com website directly and search for hosted versions of files available For example you may wish to search and link to a specific version of D3 Homepage also provides a link to the latest builds of D3 https d3js org d3 v7 min js https d3js org d3 v7 min js An example is given below which uses the CDN link for including D3 in your webpage DOCTYPE html html lang en head script src https cdnjs cloudflare com ajax libs d3 7 0 0 d3 min js script head body script this is where you ll write your D3 code script body html D3 Editor You need some sort of editor to get started writing your own D3 programs Luckly there are lots of great editors available free and full of powerful features Some editors go above and beyond basic text visualzation but also offer intelligent word prediction itelisense auto indentation and error checking These more complex editors are often refered to as IDEs Integrated Development Environments Some examples include Visual Studio Code WebStorm Eclipse Submlime Text Some IDEs will also support a variety of JavaScript frameworks and offer advanced features Of course you don t have to use a complex IDE you can still always use a simple text editor such as Notepad or VI Web Browser D3 runs on all modern browsers Chrome Firefox Edge and so on Web Server While you can run D3 in a local browser without problems to access data resources you ll want to host your web page online This is to prevent you hiting certain restrictions when it comes to loading data for your visualization projects As you ll learn usually you ll store your data seperate from your main D3 program in files like CSV or JSON formats that you ll load on the fly For your web hosting any web server is fine ISS Apache Python Running Viewing your Page Once you ve got your web server up and running to view your web page i e open your HTML in your browser all you need to do is to navigate to your page URL address If you re hosting your server locally then you would open your web browser and type the URL http localhost to access and view your page

t folder instead you can link directly to a version of the d3 min js online One such popular reference is the Content Delivery Network CDN The CDN offers a collection of servers which host files for users also take into acount geographic location for speed Taking advantage of this means you don t need to keep copies of the D3 library not to mention it could be faster for users to download the library from the CDN network versus your hosting To includ the D3 library using the CDN URL https cdnjs cloudflare com ajax libs d3 7 0 0 d3 min js https cdnjs cloudflare com ajax libs d3 7 0 0 d3 min js CDNJS You can also vsit https cdnjs com https cdnjs com website directly and search for hosted versions of files available For example you may wish to search and link to a specific version of D3 Homepage also provides a link to the latest builds of D3 https d3js org d3 v7 min js https d3js org d3 v7 min js An example is given below which uses the CDN link for including D3 in your webpage DOCTYPE html html lang en head script src https cdnjs cloudflare com ajax libs d3 7 0 0 d3 min js script head body script this is where you ll write your D3 code script body html D3 Editor You need some sort of editor to get started writing your own D3 programs Luckly there are lots of great editors available free and full of powerful features Some editors go above and beyond basic text visualzation but also offer intelligent word prediction itelisense auto indentation and error checking These more complex editors are often refered to as IDEs Integrated Development Environments Some examples include Visual Studio Code WebStorm Eclipse Submlime Text Some IDEs will also support a variety of JavaScript frameworks and offer advanced features Of course you don t have to use a complex IDE you can still always use a simple text editor such as Notepad or VI Web Browser D3 runs on all modern browsers Chrome Firefox Edge and so on Web Server While you can run D3 in a local browser without problems to access data resources you ll want to host your web page online This is to prevent you hiting certain restrictions when it comes to loading data for your visualization projects As you ll learn usually you ll store your data seperate from your main D3 program in files like CSV or JSON formats that you ll load on the fly For your web hosting any web server is fine ISS Apache Python Running Viewing your Page Once you ve got your web server up and running to view your web page i e open your HTML in your browser all you need to do is to navigate to your page URL address If you re hosting your server locally then you would open your web browser and type the URL http localhost to access and view your page

2dracecargame
3dplot
a4print
about
acejs
acejs2
acejs3
aessecurity
angularjs
animbackgroundimage
aseformat
assert
asteroidsjs
backgrounds01
backgrounds02
backgrounds03
barnsleyfern
base26
base64
bib
binary
bodypix
bouncy
box2dweb
breakoutjs
browserversion
buslanes
busybutton
bvhreader
calendar
candycrush
candycrush2
canvas
canvas2
canvas3
canvasmandelbrot
canvasmandelbrot2
canvasnumbers
canvaszoom
capsule
changingimages
chaosgame
chaosrandom
chaosrandomhisto
chaosrandomhisto2
chatgptusingopenai
chatgptusingopenai2
chatgptusingopenai3
checkboxtoggle
chinesetiles
classes
classfeatures
clipboardbutton
clonenode
codedropdown
codemirror
codemirror2
collada
colorpick
columnresizer
contextmenu
convnet
cookiebanner
countdown
countdown2
countdown3
crop
css3dbarchart
css3dbarchart2
css3dbook
css3dscene
csscube
csscube2
csscube3
csscubevideos
cssfilelist
csshas
csspulse
cssresizeaspect
cssspin
csszooming
csvtoarray
curleffect
customcheckbox
d3datamap
d3js
d3js10
d3js11
d3js2
d3js3
d3js4
d3js5
d3js6
d3js7
d3js8
d3js9
d3jsanimatedgrid
d3jsarctransition
d3jsarctransition2
d3jsaxis
d3jsaxischanging
d3jsbars
d3jsbrushing
d3jsbuslanes
d3jsbuslanes2
d3jscalendar
d3jscheat
d3jsclock
d3jscloudmap
d3jscogs
d3jscolors
d3jscovid
d3jscovid2
d3jscovid3
d3jsdashboard
d3jsdashboard2
d3jsdashboard3
d3jsdatakeyfunction
d3jsdensity
d3jsdragresizing
d3jsdragresizing2
d3jseach
d3jsease
d3jsevents
d3jsflower
d3jsforcegroups
d3jsforces
d3jsforces2
d3jsfractaltree
d3jsgeo
d3jsgroupbars
d3jsgroups
d3jsheatmap
d3jshex
d3jshierarchies
d3jshierarchies2
d3jshistogram
d3jshistogram2
d3jshistogram3
d3jshistogram4
d3jsinterpolate
d3jsjoin
d3jskmean
d3jskmean2
d3jsline
d3jsline2
d3jsline3
d3jsline4
d3jslinetransition
d3jslinetransition0
d3jslinetransition2
d3jsmaplocations
d3jsmaps
d3jsmaps2
d3jsmaps3
d3jsmisc
d3jsmisc2
d3jsmodule
d3jsmodulecolor
d3jsmultistyles
d3jsnobel
d3jsoverlappinggraphs
d3jspanel
d3jspie
d3jspieinterpolate
d3jssankey
d3jssankey2
d3jsscatter
d3jsshapes
d3jsslider
d3jsspending
d3jsspending2
d3jsspiralplot
d3jsspirograph
d3jssquare
d3jsstack
d3jsstackedbar
d3jsstackedbar2
d3jssunburst
d3jssunmoon
d3jssvglines
d3jssymbols
d3jstimelines
d3jsuk
d3jsvoronoi
d3scatterplot
d3timeline
d3timeline2
datalist
datamuse
date
dblclickhighlight
deviceorientation
dictionaryapi
dockermenu
doodlepad
downloadgif
dragdroplistitems
dragrotateresizediv
dragrotateresizediv2
dragrotateresizediv3
dragrotateresizediv4
dragrotateresizefontsize
dragselectbrush
drawlinesdiv
dropdown
dualquaternionimages
dynamicgrid
easefunctions
easeinterpolate3dplots
echart
echart2
echart3
encapsulation
epubviewer
errorstack
excalidraw
excalidraw2
excalidraw3
excalidraw5
expandable
faker
fetchplus
fileupload
fixedtopbar
fluiddynamics
fluiddynamics2
fluiddynamics3
fluidsmokedynamics
fluidsmokedynamics2
fonts
fonts2
footerbar
fractalmaze
fractalmaze2
fractalnoiseimage
fractals
fractals2
fractaltree
freesvg
fresnel
froggerjs
gantt
gifgiphyapi
gifhex
gltffromscratch
gradients
griditems
griditems2
griditems3
griditems4
gridworms
heat
hexview
hexview2
highlight
icons
icons2
iframes
ik
imagetracertosvg
imgur
inputfile
invadersjs
ipynb
ipynb2
ipynb3
ipynb4
isbn13
isbn2
jpghex
jquery
jquery2
jqueryui
jqueryui2
jsdraganddrop
jsfire
jslint
jsobfuscate
jsraytracer
jstree
jstree2
jszip
jszipimages
jszipread
keyframes
l2dwidget
lda
leftmenu
less
less2
lineargradientimage
linenumbers
loadimagefromfile
makepdf
maps
markdown
markdown2
markdownalerts
markdownalerts2
markdownbookmarks
markovimage
markovpixelblocks
mathjax
matrices
matsandvects
mazegamejs
md2tex
metrotiles
metrowindows
milestones
minkowski2dboxes
misc
misc2
modules
myipdetails
mymodplotly
neataptic
networkstructures
networkstructures2
neural_network_drawshape
neural_network_plot_in_vs_out
neuralnetworkarrays
neuralnetworkblocks
neuralnetworksinewave
neuralnetworksnolibs
neuralnetworkvisualization
number
obj
objtojson
openaiimages
opencv
opencv2
opencv3
opencv4
opencv5
outline
p2
p5fractalleaf
p5fractalshape
p5js
p5js2
p5js3
p5jsanimatedcover
p5mengercube
p5snowflakes
palindrome
panel
parallax
paste
paste2
pasteimgfromurl
pdfjs
pdfjs2
pdfkit
pdfkit2
pdfkit3
pdfkit4
pdfkit5
pdfkit6
pdfmake
pdfmake2
pdfmake3
pdfmake4
pdfmake5
pdfmake6
perlin
perlin2
perlin3
perspective
pexels
pixelgridpattern
playground
plotly
plotlynoise
plotlyranddist
plyloader
plyloader2
pngtxtencoder
pongjs
pptxgenjs
prettycode
prism
prn
problems
progress
pseudorandom
px2svg
python
quotes
racergame
random
randomcalcpie
randomgenerator
randomprofilepatterns
randomsinhistogram
randomstring
rating
rayambient
raymonte
raymonteprogressive
raymonteprogressive2
raymontewarmstart
reexpcross
reexpcross2
regex
regexbib
regexpfixbib
regexpmultiline
repeatwordsregexp
resizabletable
resizabletable2
revealjs
revealjs2
revealjsmulti
ritalanguage
ritalanguage2
ritalanguage3
rotateimg
rough
rsapublicprivatekeys
rss
rss2
sankey
scrappingsvg
scrolltext
scrolltext2
scrollwidth
sdf2dcanvas
sdfboxinboxtwist
sdfchessbishop
sdfchessking
sdfchessknight
sdfchesspawn
sdfchessqueen
sdfchessrook
sdfhollowbox
setintervalexception
shareurl
shuffle
sidecomment
similarity
simplehighlighter
simpleplatformgamejs
sinecanvas
sliderpopout
slides
smileys
snowfall
snowman
sound
soundsignal
sphererayintersection
springs
sqljs
steganography
stereogram
stringmatching
sudoku
sudoku2
sudoku3
svg
svgchaos
svgdragresize
svgdragresize2
svgdragresize3
svgdragrotate
svgdrawing
svglines
svglines2
svglines3
svglines4
svglines5
svglinesmandelbrot
svgpathsdragrotate
svgpathsdragrotateresize
svgpie
svgpie2
svgpie3
svgpiepath
svgpiepath2
svgrandomfaces
symbols
synaptic
synaptic2
synonyms
tablerotatecells
tablerotatecells2
tablerotatecells3
tablerotatecells3b
tablerotatecells4
tables
tablezebra
tabularjs
tabularjs2
tabulatordownload
tagcanvas
tensorflowgan
tensorflowjs
tensorflowjsbasic
tensorflowjscnn
tensorflowjssinewave
tensorflowjssound
tensorflowmobilenet
tetrahedronfractal
tetrahedronfractalfolding
tetris
textarea
textareaauto
textareadiv
textareadiv2
textmaskimage
theirorthere
thesaurus
threejs
threejs2
threejs3
threejs4
threejsgltf
threejstokyo
tiles
toaster
tooltip
transition
transitionexpandabledropdown
treeview
treeview2
tricks
tshirt
tshirt2
tshirt3
turningpages
unsplash
urlblob
urlblob2
userdefinepoints
vector
videos
videos2
visualsort
vue
w2ui
w2uientertextdialog
webcam
webgl
webgl2
webgl3
webgl4
webgl5
webglbasic1
webglbasic2
webglcube
webglfov
webglfrustum
webgljson
webglleaves
webgllighting
webglorthographic
webglpoints1
webglpoints2
webglpoints3
webglsquare
webgltexture1
webgltexture2
webgltexture3
webgltransforms
webgltriangle
webgpu
webgpu10
webgpu11
webgpu12
webgpu13
webgpu14
webgpu15
webgpu16
webgpu17
webgpu2
webgpu3
webgpu4
webgpu5
webgpu6
webgpu7
webgpu8
webgpu9
webgpubars
webgpubuffers
webgpubuffers2
webgpucellnoise
webgpuclouds
webgpuclydescope
webgpucompute
webgpucubemap
webgpucubemap2
webgpudeferred
webgpudepth
webgpudof
webgpudrops
webgpuetha
webgpufire
webgpufractalcubes
webgpuglassrain
webgpugltf
webgpugltf2
webgpugrass
webgpugrid
webgpukernel
webgpukleinian
webgpulabupdates
webgpulighting
webgpumandelbrot
webgpumeta3d
webgpumetaballs
webgpumouse
webgpunoise
webgpunormalmapping
webgpuobj
webgpuparallax
webgpuparallax2
webgpuparallax3
webgpuparallaxshadow
webgpuparallaxshadow2
webgpupixel
webgpuquad
webgpuray1
webgpuraytracing
webgpuraytracing2
webgpushadowmaps
webgpushadowmaps2
webgpusierpinski2d
webgpusierpinski3d
webgpusinusoid
webgpussao
webgpustadiumobj
webgpuswirl
webgputestpipe3
webgputoon
webgputopology
webgputt
webgpuvolcloud
webgpuwater
webgpuwireframe
webgpuwireframe2
webpcanvas
webworkers
webxr
webxr2
wiggly
wikipedia