We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#0
You can edit the .ocamlinit file in your home directory by adding the following lines.
.ocamlinit
#require "owl" open Owl
If you don't want to open the module, please remove the open Owl. If you use OCaml's default toplevel, add the following lines to .ocamlinit.
open Owl
#use "topfind" #require "owl" open Owl