First, my environment is:
Ubuntu latest,
IPython, IJulia from github, plus all the dependencies at latest.
IPython is working just great. I get an error when I try to start it with
profile julia:
ipython notebook --profile julia
/usr/local/lib/python2.7/dist-packages/IPython/frontend.py:30: UserWarning:
The top-level `frontend` package has been deprecated. All its subpackages
have been moved to the top `IPython` level.
warn("The top-level `frontend` package has been deprecated. "
2014-04-04 16:20:29.813 [NotebookApp] Using existing profile dir:
u'/home/peter/.ipython/profile_julia'
2014-04-04 16:20:29.816 [NotebookApp] Using MathJax from CDN:
http://cdn.mathjax.org/mathjax/latest/MathJax.js
2014-04-04 16:20:29.830 [NotebookApp] Serving notebooks from local
directory: /home/peter/IJulia.jl/python
2014-04-04 16:20:29.830 [NotebookApp] 0 active kernels
2014-04-04 16:20:29.831 [NotebookApp] The IPython Notebook is running at:
http://127.0.0.1:8888/
2014-04-04 16:20:29.831 [NotebookApp] Use Control-C to stop this server and
shut down all kernels (twice to skip confirmation).
(process:10222): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed
Am I missing something? I think I should be good to go.
Here are the Julia packages installed:
julia> Pkg.status()
3 required packages:
- IJulia 0.1.5
- PyPlot 1.2.2
- RDatasets 0.1.1
14 additional packages:
- BinDeps 0.2.12
- Blocks 0.0.2
- Color 0.2.9
- DataArrays 0.1.6
- DataFrames 0.5.3
- GZip 0.2.12
- JSON 0.3.5
- Nettle 0.1.3
- PyCall 0.4.2
- REPLCompletions 0.0.0
- SortingAlgorithms 0.0.1
- StatsBase 0.3.11
- URIParser 0.0.1
- ZMQ 0.1.9
--
<http://www.cicayda.com> <http://www.linkedin.com/company/cicayda>
<https://www.facebook.com/cicayda>
<http://www.twitter.com/cicayda>