October 2017
Beginner to intermediate
316 pages
8h
English
Here is the course of our Cytoscape example:
<!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Neo4j + Cytoscape</title> <style> #cytograph { width: 90%; height: 90%; position: absolute; top: 0px; left: 0px; } </style> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/cytoscape/3.1.4/cytoscape.js"></script> <script src="https://cdn.rawgit.com/neo4j/neo4j-javascript-driver/1.1/lib/browser/neo4j-web.js"></script></head><body><h1>Basic cytoscape.js use with neo4j</h1><div id="cytograph" ...
Read now
Unlock full access