Skip to content

Simulations for Models of Knowledge Diffusion/Idea Flows with exogenous innovation/adoption and finite numbers of agents

License

Notifications You must be signed in to change notification settings

jlperla/KnowledgeDiffusionSimulations.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KnowledgeDiffusionSimulations

badge

Installation for Local Use

  1. Follow the instructions to install Julia and Jupyter

  2. Open the Julia REPL (see the documentation above) and then install the package (by entering package mode) with

    ] add https://github.com/jlperla/KnowledgeDiffusionSimulations.jl.git
  3. There are several ways you can run the notebooks after installation

    Using the built-in Jupyter is straightforward. In the Julia terminal

    using KnowledgeDiffusionSimulations, IJulia
    notebook(detached=true, dir=dirname(dirname(pathof(KnowledgeDiffusionSimulations))))

    Alternatively, to use a separate Jupyter installation you may have installed with Anaconda,

    using KnowledgeDiffusionSimulations
    cd(dirname(dirname(pathof(KnowledgeDiffusionSimulations))))
    ; jupyter lab

    where the last step runs your jupyter lab in the shell.

    Note In either case, the first time the using it will be very slow

  4. The code for individual examples and experiences are in the notebooks/.ipynb files

NOTE: When using the notebooks for the first time, it will be very slow as the package and its dependencies are all compiled.

About

Simulations for Models of Knowledge Diffusion/Idea Flows with exogenous innovation/adoption and finite numbers of agents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages