Csound Csound-dev Csound-tekno Search About

[Csound] Csound and ipython

Date2015-10-16 04:06
FromAnthony Palomba
Subject[Csound] Csound and ipython
Hey folks,

I am working on developing a python composition environment. My intention is to use csound be the sound engine and leverage some of the latest cutting edge python tools (ipython, numpy, pandas, music21), to develop musical compositions.

So I have ipython notebook 4.0 running and CSound 6.04 installed. I then found the following documentation on using csound with ipython...
https://github.com/csound/csound/wiki/icsound

When I try to load the sample notebooks, I get the following error...

Unreadable Notebook: /Users/audiodev/python/ipynb/Statistical Sonification II.ipynb NotJSONError("Notebook does not appear to be JSON: u'\\n\\n\\n\\n\\n\\n\\n\\n\\n<!DOCTYPE html>\\n<ht...",)

Any idea what the problem might be? 


Thanks,
Anthony



Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-10-16 05:23
FromAndres Cabrera
SubjectRe: [Csound] Csound and ipython
It seems you saved the html page. Click on the download icon at the top of the page to get the notebook.

Also, this page might be useful:

https://github.com/csound/csound/blob/develop/frontends/icsound/icsound%20test%20notebook.ipynb

It's the demo notebook in the Csound sources which now includes the material I presented at ICSC.

Cheers,
Andrés



On Thu, Oct 15, 2015 at 8:06 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey folks,

I am working on developing a python composition environment. My intention is to use csound be the sound engine and leverage some of the latest cutting edge python tools (ipython, numpy, pandas, music21), to develop musical compositions.

So I have ipython notebook 4.0 running and CSound 6.04 installed. I then found the following documentation on using csound with ipython...
https://github.com/csound/csound/wiki/icsound

When I try to load the sample notebooks, I get the following error...

Unreadable Notebook: /Users/audiodev/python/ipynb/Statistical Sonification II.ipynb NotJSONError("Notebook does not appear to be JSON: u'\\n\\n\\n\\n\\n\\n\\n\\n\\n<!DOCTYPE html>\\n<ht...",)

Any idea what the problem might be? 


Thanks,
Anthony



Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-10-16 21:37
FromAnthony Palomba
SubjectRe: [Csound] Csound and ipython
Hey Andres,

Ahhh I see, loading now.

It seems to give me an error when I try to execute the first cell...

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-22ae1a8bfc39> in <module>()
----> 1 import icsound
      2 cs = icsound.icsound()

ImportError: No module named icsound


Does the csound installer not install the icsound package?



Anthony


On Thu, Oct 15, 2015 at 11:23 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
It seems you saved the html page. Click on the download icon at the top of the page to get the notebook.

Also, this page might be useful:

https://github.com/csound/csound/blob/develop/frontends/icsound/icsound%20test%20notebook.ipynb

It's the demo notebook in the Csound sources which now includes the material I presented at ICSC.

Cheers,
Andrés



On Thu, Oct 15, 2015 at 8:06 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey folks,

I am working on developing a python composition environment. My intention is to use csound be the sound engine and leverage some of the latest cutting edge python tools (ipython, numpy, pandas, music21), to develop musical compositions.

So I have ipython notebook 4.0 running and CSound 6.04 installed. I then found the following documentation on using csound with ipython...
https://github.com/csound/csound/wiki/icsound

When I try to load the sample notebooks, I get the following error...

Unreadable Notebook: /Users/audiodev/python/ipynb/Statistical Sonification II.ipynb NotJSONError("Notebook does not appear to be JSON: u'\\n\\n\\n\\n\\n\\n\\n\\n\\n<!DOCTYPE html>\\n<ht...",)

Any idea what the problem might be? 


Thanks,
Anthony



Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here


Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-10-16 21:59
FromAnthony Palomba
SubjectRe: [Csound] Csound and ipython
Also, I forgot to mention that I am on a mac.



Anthony

On Fri, Oct 16, 2015 at 3:37 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,

Ahhh I see, loading now.

It seems to give me an error when I try to execute the first cell...

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-22ae1a8bfc39> in <module>()
----> 1 import icsound
      2 cs = icsound.icsound()

ImportError: No module named icsound


Does the csound installer not install the icsound package?



Anthony


On Thu, Oct 15, 2015 at 11:23 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
It seems you saved the html page. Click on the download icon at the top of the page to get the notebook.

Also, this page might be useful:

https://github.com/csound/csound/blob/develop/frontends/icsound/icsound%20test%20notebook.ipynb

It's the demo notebook in the Csound sources which now includes the material I presented at ICSC.

Cheers,
Andrés



On Thu, Oct 15, 2015 at 8:06 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey folks,

I am working on developing a python composition environment. My intention is to use csound be the sound engine and leverage some of the latest cutting edge python tools (ipython, numpy, pandas, music21), to develop musical compositions.

So I have ipython notebook 4.0 running and CSound 6.04 installed. I then found the following documentation on using csound with ipython...
https://github.com/csound/csound/wiki/icsound

When I try to load the sample notebooks, I get the following error...

Unreadable Notebook: /Users/audiodev/python/ipynb/Statistical Sonification II.ipynb NotJSONError("Notebook does not appear to be JSON: u'\\n\\n\\n\\n\\n\\n\\n\\n\\n<!DOCTYPE html>\\n<ht...",)

Any idea what the problem might be? 


Thanks,
Anthony



Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here



Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-10-18 20:04
FromAnthony Palomba
SubjectRe: [Csound] Csound and ipython
Hey Andres,

It looks like the csound installer is not installing the icsound package.
Is the setup.py install script installed some place where I can run it?


Anthony





On Fri, Oct 16, 2015 at 3:37 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,

Ahhh I see, loading now.

It seems to give me an error when I try to execute the first cell...

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-22ae1a8bfc39> in <module>()
----> 1 import icsound
      2 cs = icsound.icsound()

ImportError: No module named icsound


Does the csound installer not install the icsound package?



Anthony


On Thu, Oct 15, 2015 at 11:23 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
It seems you saved the html page. Click on the download icon at the top of the page to get the notebook.

Also, this page might be useful:

https://github.com/csound/csound/blob/develop/frontends/icsound/icsound%20test%20notebook.ipynb

It's the demo notebook in the Csound sources which now includes the material I presented at ICSC.

Cheers,
Andrés



On Thu, Oct 15, 2015 at 8:06 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey folks,

I am working on developing a python composition environment. My intention is to use csound be the sound engine and leverage some of the latest cutting edge python tools (ipython, numpy, pandas, music21), to develop musical compositions.

So I have ipython notebook 4.0 running and CSound 6.04 installed. I then found the following documentation on using csound with ipython...
https://github.com/csound/csound/wiki/icsound

When I try to load the sample notebooks, I get the following error...

Unreadable Notebook: /Users/audiodev/python/ipynb/Statistical Sonification II.ipynb NotJSONError("Notebook does not appear to be JSON: u'\\n\\n\\n\\n\\n\\n\\n\\n\\n<!DOCTYPE html>\\n<ht...",)

Any idea what the problem might be? 


Thanks,
Anthony



Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here



Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-10-18 23:04
FromAndres Cabrera
SubjectRe: [Csound] Csound and ipython
Hi,

Installing icsound is simple. You can just copy the icsound.py file to your python modules directory.

Cheers,
Andrés

On Sun, Oct 18, 2015 at 12:04 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,

It looks like the csound installer is not installing the icsound package.
Is the setup.py install script installed some place where I can run it?


Anthony





On Fri, Oct 16, 2015 at 3:37 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,

Ahhh I see, loading now.

It seems to give me an error when I try to execute the first cell...

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-22ae1a8bfc39> in <module>()
----> 1 import icsound
      2 cs = icsound.icsound()

ImportError: No module named icsound


Does the csound installer not install the icsound package?



Anthony


On Thu, Oct 15, 2015 at 11:23 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
It seems you saved the html page. Click on the download icon at the top of the page to get the notebook.

Also, this page might be useful:

https://github.com/csound/csound/blob/develop/frontends/icsound/icsound%20test%20notebook.ipynb

It's the demo notebook in the Csound sources which now includes the material I presented at ICSC.

Cheers,
Andrés



On Thu, Oct 15, 2015 at 8:06 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey folks,

I am working on developing a python composition environment. My intention is to use csound be the sound engine and leverage some of the latest cutting edge python tools (ipython, numpy, pandas, music21), to develop musical compositions.

So I have ipython notebook 4.0 running and CSound 6.04 installed. I then found the following documentation on using csound with ipython...
https://github.com/csound/csound/wiki/icsound

When I try to load the sample notebooks, I get the following error...

Unreadable Notebook: /Users/audiodev/python/ipynb/Statistical Sonification II.ipynb NotJSONError("Notebook does not appear to be JSON: u'\\n\\n\\n\\n\\n\\n\\n\\n\\n<!DOCTYPE html>\\n<ht...",)

Any idea what the problem might be? 


Thanks,
Anthony



Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here




Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-10-19 00:44
FromAnthony Palomba
SubjectRe: [Csound] Csound and ipython
Hey Andres,


Where is icsound.py located?



Anthony

On Sun, Oct 18, 2015 at 5:04 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Hi,

Installing icsound is simple. You can just copy the icsound.py file to your python modules directory.

Cheers,
Andrés

On Sun, Oct 18, 2015 at 12:04 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,

It looks like the csound installer is not installing the icsound package.
Is the setup.py install script installed some place where I can run it?


Anthony





On Fri, Oct 16, 2015 at 3:37 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,

Ahhh I see, loading now.

It seems to give me an error when I try to execute the first cell...

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-22ae1a8bfc39> in <module>()
----> 1 import icsound
      2 cs = icsound.icsound()

ImportError: No module named icsound


Does the csound installer not install the icsound package?



Anthony


On Thu, Oct 15, 2015 at 11:23 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
It seems you saved the html page. Click on the download icon at the top of the page to get the notebook.

Also, this page might be useful:

https://github.com/csound/csound/blob/develop/frontends/icsound/icsound%20test%20notebook.ipynb

It's the demo notebook in the Csound sources which now includes the material I presented at ICSC.

Cheers,
Andrés



On Thu, Oct 15, 2015 at 8:06 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey folks,

I am working on developing a python composition environment. My intention is to use csound be the sound engine and leverage some of the latest cutting edge python tools (ipython, numpy, pandas, music21), to develop musical compositions.

So I have ipython notebook 4.0 running and CSound 6.04 installed. I then found the following documentation on using csound with ipython...
https://github.com/csound/csound/wiki/icsound

When I try to load the sample notebooks, I get the following error...

Unreadable Notebook: /Users/audiodev/python/ipynb/Statistical Sonification II.ipynb NotJSONError("Notebook does not appear to be JSON: u'\\n\\n\\n\\n\\n\\n\\n\\n\\n<!DOCTYPE html>\\n<ht...",)

Any idea what the problem might be? 


Thanks,
Anthony



Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here





Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-10-19 01:21
FromAndres Cabrera
SubjectRe: [Csound] Csound and ipython

In frontends/icsound.

A


On 4:44PM, Sun, Oct 18, 2015 Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,


Where is icsound.py located?



Anthony

On Sun, Oct 18, 2015 at 5:04 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Hi,

Installing icsound is simple. You can just copy the icsound.py file to your python modules directory.

Cheers,
Andrés

On Sun, Oct 18, 2015 at 12:04 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,

It looks like the csound installer is not installing the icsound package.
Is the setup.py install script installed some place where I can run it?


Anthony





On Fri, Oct 16, 2015 at 3:37 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,

Ahhh I see, loading now.

It seems to give me an error when I try to execute the first cell...

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-22ae1a8bfc39> in <module>()
----> 1 import icsound
      2 cs = icsound.icsound()

ImportError: No module named icsound


Does the csound installer not install the icsound package?



Anthony


On Thu, Oct 15, 2015 at 11:23 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
It seems you saved the html page. Click on the download icon at the top of the page to get the notebook.

Also, this page might be useful:

https://github.com/csound/csound/blob/develop/frontends/icsound/icsound%20test%20notebook.ipynb

It's the demo notebook in the Csound sources which now includes the material I presented at ICSC.

Cheers,
Andrés



On Thu, Oct 15, 2015 at 8:06 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey folks,

I am working on developing a python composition environment. My intention is to use csound be the sound engine and leverage some of the latest cutting edge python tools (ipython, numpy, pandas, music21), to develop musical compositions.

So I have ipython notebook 4.0 running and CSound 6.04 installed. I then found the following documentation on using csound with ipython...
https://github.com/csound/csound/wiki/icsound

When I try to load the sample notebooks, I get the following error...

Unreadable Notebook: /Users/audiodev/python/ipynb/Statistical Sonification II.ipynb NotJSONError("Notebook does not appear to be JSON: u'\\n\\n\\n\\n\\n\\n\\n\\n\\n<!DOCTYPE html>\\n<ht...",)

Any idea what the problem might be? 


Thanks,
Anthony



Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here





Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-10-19 02:16
FromAnthony Palomba
SubjectRe: [Csound] Csound and ipython
Andres,

I have csound 6.05 installed on OSX, I can not find this file on the
file system. Does it put the file in a secret location?


On Sun, Oct 18, 2015 at 7:21 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:

In frontends/icsound.

A


On 4:44PM, Sun, Oct 18, 2015 Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,


Where is icsound.py located?



Anthony

On Sun, Oct 18, 2015 at 5:04 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Hi,

Installing icsound is simple. You can just copy the icsound.py file to your python modules directory.

Cheers,
Andrés

On Sun, Oct 18, 2015 at 12:04 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,

It looks like the csound installer is not installing the icsound package.
Is the setup.py install script installed some place where I can run it?


Anthony





On Fri, Oct 16, 2015 at 3:37 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,

Ahhh I see, loading now.

It seems to give me an error when I try to execute the first cell...

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-22ae1a8bfc39> in <module>()
----> 1 import icsound
      2 cs = icsound.icsound()

ImportError: No module named icsound


Does the csound installer not install the icsound package?



Anthony


On Thu, Oct 15, 2015 at 11:23 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
It seems you saved the html page. Click on the download icon at the top of the page to get the notebook.

Also, this page might be useful:

https://github.com/csound/csound/blob/develop/frontends/icsound/icsound%20test%20notebook.ipynb

It's the demo notebook in the Csound sources which now includes the material I presented at ICSC.

Cheers,
Andrés



On Thu, Oct 15, 2015 at 8:06 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey folks,

I am working on developing a python composition environment. My intention is to use csound be the sound engine and leverage some of the latest cutting edge python tools (ipython, numpy, pandas, music21), to develop musical compositions.

So I have ipython notebook 4.0 running and CSound 6.04 installed. I then found the following documentation on using csound with ipython...
https://github.com/csound/csound/wiki/icsound

When I try to load the sample notebooks, I get the following error...

Unreadable Notebook: /Users/audiodev/python/ipynb/Statistical Sonification II.ipynb NotJSONError("Notebook does not appear to be JSON: u'\\n\\n\\n\\n\\n\\n\\n\\n\\n<!DOCTYPE html>\\n<ht...",)

Any idea what the problem might be? 


Thanks,
Anthony



Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here






Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-10-19 09:09
FromVictor Lazzarini
SubjectRe: [Csound] Csound and ipython
As I said before, the installer is not currently carrying this file. It will be there in later releases now that I have been given the heads up.
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 19 Oct 2015, at 02:16, Anthony Palomba  wrote:
> 
> Andres,
> 
> I have csound 6.05 installed on OSX, I can not find this file on the 
> file system. Does it put the file in a secret location?
> 
> 
> On Sun, Oct 18, 2015 at 7:21 PM, Andres Cabrera  wrote:
> In frontends/icsound.
> 
> A
> 
> 
> On 4:44PM, Sun, Oct 18, 2015 Anthony Palomba  wrote:
> Hey Andres,
> 
> 
> Where is icsound.py located?
> 
> 
> 
> Anthony
> 
> On Sun, Oct 18, 2015 at 5:04 PM, Andres Cabrera  wrote:
> Hi,
> 
> Installing icsound is simple. You can just copy the icsound.py file to your python modules directory.
> 
> Cheers,
> Andrés
> 
> On Sun, Oct 18, 2015 at 12:04 PM, Anthony Palomba  wrote:
> Hey Andres,
> 
> It looks like the csound installer is not installing the icsound package.
> Is the setup.py install script installed some place where I can run it?
> 
> 
> Anthony
> 
> 
> 
> 
> 
> On Fri, Oct 16, 2015 at 3:37 PM, Anthony Palomba  wrote:
> Hey Andres,
> 
> Ahhh I see, loading now.
> 
> It seems to give me an error when I try to execute the first cell...
> 
> ---------------------------------------------------------------------------
> ImportError
>                                Traceback (most recent call last)
> 
>  in ()
> ----> 1 import icsound
>       2 cs = icsound.icsound()
> 
> 
> 
> ImportError
> : No module named icsound
> 
> 
> 
> Does the csound installer not install the icsound package?
> 
> 
> 
> Anthony
> 
> 
> On Thu, Oct 15, 2015 at 11:23 PM, Andres Cabrera  wrote:
> It seems you saved the html page. Click on the download icon at the top of the page to get the notebook.
> 
> Also, this page might be useful:
> 
> https://github.com/csound/csound/blob/develop/frontends/icsound/icsound%20test%20notebook.ipynb
> 
> It's the demo notebook in the Csound sources which now includes the material I presented at ICSC.
> 
> Cheers,
> Andrés
> 
> 
> 
> On Thu, Oct 15, 2015 at 8:06 PM, Anthony Palomba  wrote:
> Hey folks, 
> 
> I am working on developing a python composition environment. My intention is to use csound be the sound engine and leverage some of the latest cutting edge python tools (ipython, numpy, pandas, music21), to develop musical compositions.
> 
> So I have ipython notebook 4.0 running and CSound 6.04 installed. I then found the following documentation on using csound with ipython... 
> https://github.com/csound/csound/wiki/icsound
> 
> When I try to load the sample notebooks, I get the following error...
> Unreadable Notebook: /Users/audiodev/python/ipynb/Statistical Sonification II.ipynb NotJSONError("Notebook does not appear to be JSON: u'\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n 
> Any idea what the problem might be? 
> 
> 
> 
> Thanks,
> Anthony
> 
> 
> 
> 
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
> 
> 
> 
> 
> 
> 
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-10-19 14:27
FromAnthony Palomba
SubjectRe: [Csound] Csound and ipython
Ahhh okay I see. Is this file in Github? I could down loaded it and manually install it.


Thanks,
Anthony

On Mon, Oct 19, 2015 at 3:09 AM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
As I said before, the installer is not currently carrying this file. It will be there in later releases now that I have been given the heads up.
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952

> On 19 Oct 2015, at 02:16, Anthony Palomba <apalomba@austin.rr.com> wrote:
>
> Andres,
>
> I have csound 6.05 installed on OSX, I can not find this file on the
> file system. Does it put the file in a secret location?
>
>
> On Sun, Oct 18, 2015 at 7:21 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
> In frontends/icsound.
>
> A
>
>
> On 4:44PM, Sun, Oct 18, 2015 Anthony Palomba <apalomba@austin.rr.com> wrote:
> Hey Andres,
>
>
> Where is icsound.py located?
>
>
>
> Anthony
>
> On Sun, Oct 18, 2015 at 5:04 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
> Hi,
>
> Installing icsound is simple. You can just copy the icsound.py file to your python modules directory.
>
> Cheers,
> Andrés
>
> On Sun, Oct 18, 2015 at 12:04 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
> Hey Andres,
>
> It looks like the csound installer is not installing the icsound package.
> Is the setup.py install script installed some place where I can run it?
>
>
> Anthony
>
>
>
>
>
> On Fri, Oct 16, 2015 at 3:37 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
> Hey Andres,
>
> Ahhh I see, loading now.
>
> It seems to give me an error when I try to execute the first cell...
>
> ---------------------------------------------------------------------------
> ImportError
>                                Traceback (most recent call last)
>
> <ipython-input-1-22ae1a8bfc39> in <module>()
> ----> 1 import icsound
>       2 cs = icsound.icsound()
>
>
>
> ImportError
> : No module named icsound
>
>
>
> Does the csound installer not install the icsound package?
>
>
>
> Anthony
>
>
> On Thu, Oct 15, 2015 at 11:23 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
> It seems you saved the html page. Click on the download icon at the top of the page to get the notebook.
>
> Also, this page might be useful:
>
> https://github.com/csound/csound/blob/develop/frontends/icsound/icsound%20test%20notebook.ipynb
>
> It's the demo notebook in the Csound sources which now includes the material I presented at ICSC.
>
> Cheers,
> Andrés
>
>
>
> On Thu, Oct 15, 2015 at 8:06 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
> Hey folks,
>
> I am working on developing a python composition environment. My intention is to use csound be the sound engine and leverage some of the latest cutting edge python tools (ipython, numpy, pandas, music21), to develop musical compositions.
>
> So I have ipython notebook 4.0 running and CSound 6.04 installed. I then found the following documentation on using csound with ipython...
> https://github.com/csound/csound/wiki/icsound
>
> When I try to load the sample notebooks, I get the following error...
> Unreadable Notebook: /Users/audiodev/python/ipynb/Statistical Sonification II.ipynb NotJSONError("Notebook does not appear to be JSON: u'\\n\\n\\n\\n\\n\\n\\n\\n\\n<!DOCTYPE html>\\n<ht...",)
>
> Any idea what the problem might be?
>
>
>
> Thanks,
> Anthony
>
>
>
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>
>
>
>
>
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-10-19 15:41
FromAndres Cabrera
SubjectRe: [Csound] Csound and ipython

On Mon, Oct 19, 2015 at 6:27 AM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Ahhh okay I see. Is this file in Github? I could down loaded it and manually install it.


Thanks,
Anthony

On Mon, Oct 19, 2015 at 3:09 AM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
As I said before, the installer is not currently carrying this file. It will be there in later releases now that I have been given the heads up.
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952

> On 19 Oct 2015, at 02:16, Anthony Palomba <apalomba@austin.rr.com> wrote:
>
> Andres,
>
> I have csound 6.05 installed on OSX, I can not find this file on the
> file system. Does it put the file in a secret location?
>
>
> On Sun, Oct 18, 2015 at 7:21 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
> In frontends/icsound.
>
> A
>
>
> On 4:44PM, Sun, Oct 18, 2015 Anthony Palomba <apalomba@austin.rr.com> wrote:
> Hey Andres,
>
>
> Where is icsound.py located?
>
>
>
> Anthony
>
> On Sun, Oct 18, 2015 at 5:04 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
> Hi,
>
> Installing icsound is simple. You can just copy the icsound.py file to your python modules directory.
>
> Cheers,
> Andrés
>
> On Sun, Oct 18, 2015 at 12:04 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
> Hey Andres,
>
> It looks like the csound installer is not installing the icsound package.
> Is the setup.py install script installed some place where I can run it?
>
>
> Anthony
>
>
>
>
>
> On Fri, Oct 16, 2015 at 3:37 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
> Hey Andres,
>
> Ahhh I see, loading now.
>
> It seems to give me an error when I try to execute the first cell...
>
> ---------------------------------------------------------------------------
> ImportError
>                                Traceback (most recent call last)
>
> <ipython-input-1-22ae1a8bfc39> in <module>()
> ----> 1 import icsound
>       2 cs = icsound.icsound()
>
>
>
> ImportError
> : No module named icsound
>
>
>
> Does the csound installer not install the icsound package?
>
>
>
> Anthony
>
>
> On Thu, Oct 15, 2015 at 11:23 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
> It seems you saved the html page. Click on the download icon at the top of the page to get the notebook.
>
> Also, this page might be useful:
>
> https://github.com/csound/csound/blob/develop/frontends/icsound/icsound%20test%20notebook.ipynb
>
> It's the demo notebook in the Csound sources which now includes the material I presented at ICSC.
>
> Cheers,
> Andrés
>
>
>
> On Thu, Oct 15, 2015 at 8:06 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
> Hey folks,
>
> I am working on developing a python composition environment. My intention is to use csound be the sound engine and leverage some of the latest cutting edge python tools (ipython, numpy, pandas, music21), to develop musical compositions.
>
> So I have ipython notebook 4.0 running and CSound 6.04 installed. I then found the following documentation on using csound with ipython...
> https://github.com/csound/csound/wiki/icsound
>
> When I try to load the sample notebooks, I get the following error...
> Unreadable Notebook: /Users/audiodev/python/ipynb/Statistical Sonification II.ipynb NotJSONError("Notebook does not appear to be JSON: u'\\n\\n\\n\\n\\n\\n\\n\\n\\n<!DOCTYPE html>\\n<ht...",)
>
> Any idea what the problem might be?
>
>
>
> Thanks,
> Anthony
>
>
>
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>
>
>
>
>
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-10-19 19:14
FromAnthony Palomba
SubjectRe: [Csound] Csound and ipython
Hey Andres,

There is no "modules" directory. I have python 2.7.10 running in OSX 10.10, looking under...
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7

I tried putting it in here...
 /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/icsound
It did not work.

Can you give me the specific path where this file needs to go?



Anthony



-ap



On Sun, Oct 18, 2015 at 5:04 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Hi,

Installing icsound is simple. You can just copy the icsound.py file to your python modules directory.

Cheers,
Andrés

On Sun, Oct 18, 2015 at 12:04 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,

It looks like the csound installer is not installing the icsound package.
Is the setup.py install script installed some place where I can run it?


Anthony





On Fri, Oct 16, 2015 at 3:37 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,

Ahhh I see, loading now.

It seems to give me an error when I try to execute the first cell...

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-22ae1a8bfc39> in <module>()
----> 1 import icsound
      2 cs = icsound.icsound()

ImportError: No module named icsound


Does the csound installer not install the icsound package?



Anthony


On Thu, Oct 15, 2015 at 11:23 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
It seems you saved the html page. Click on the download icon at the top of the page to get the notebook.

Also, this page might be useful:

https://github.com/csound/csound/blob/develop/frontends/icsound/icsound%20test%20notebook.ipynb

It's the demo notebook in the Csound sources which now includes the material I presented at ICSC.

Cheers,
Andrés



On Thu, Oct 15, 2015 at 8:06 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey folks,

I am working on developing a python composition environment. My intention is to use csound be the sound engine and leverage some of the latest cutting edge python tools (ipython, numpy, pandas, music21), to develop musical compositions.

So I have ipython notebook 4.0 running and CSound 6.04 installed. I then found the following documentation on using csound with ipython...
https://github.com/csound/csound/wiki/icsound

When I try to load the sample notebooks, I get the following error...

Unreadable Notebook: /Users/audiodev/python/ipynb/Statistical Sonification II.ipynb NotJSONError("Notebook does not appear to be JSON: u'\\n\\n\\n\\n\\n\\n\\n\\n\\n<!DOCTYPE html>\\n<ht...",)

Any idea what the problem might be? 


Thanks,
Anthony



Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here





Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-10-22 05:45
FromAndres Cabrera
SubjectRe: [Csound] Csound and ipython
Hi,

DId you try putting the icsound.py file in:

 /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/

Cheers,
Andrés

On Mon, Oct 19, 2015 at 11:14 AM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,

There is no "modules" directory. I have python 2.7.10 running in OSX 10.10, looking under...
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7

I tried putting it in here...
 /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/icsound
It did not work.

Can you give me the specific path where this file needs to go?



Anthony



-ap



On Sun, Oct 18, 2015 at 5:04 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Hi,

Installing icsound is simple. You can just copy the icsound.py file to your python modules directory.

Cheers,
Andrés

On Sun, Oct 18, 2015 at 12:04 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,

It looks like the csound installer is not installing the icsound package.
Is the setup.py install script installed some place where I can run it?


Anthony





On Fri, Oct 16, 2015 at 3:37 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,

Ahhh I see, loading now.

It seems to give me an error when I try to execute the first cell...

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-22ae1a8bfc39> in <module>()
----> 1 import icsound
      2 cs = icsound.icsound()

ImportError: No module named icsound


Does the csound installer not install the icsound package?



Anthony


On Thu, Oct 15, 2015 at 11:23 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
It seems you saved the html page. Click on the download icon at the top of the page to get the notebook.

Also, this page might be useful:

https://github.com/csound/csound/blob/develop/frontends/icsound/icsound%20test%20notebook.ipynb

It's the demo notebook in the Csound sources which now includes the material I presented at ICSC.

Cheers,
Andrés



On Thu, Oct 15, 2015 at 8:06 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey folks,

I am working on developing a python composition environment. My intention is to use csound be the sound engine and leverage some of the latest cutting edge python tools (ipython, numpy, pandas, music21), to develop musical compositions.

So I have ipython notebook 4.0 running and CSound 6.04 installed. I then found the following documentation on using csound with ipython...
https://github.com/csound/csound/wiki/icsound

When I try to load the sample notebooks, I get the following error...

Unreadable Notebook: /Users/audiodev/python/ipynb/Statistical Sonification II.ipynb NotJSONError("Notebook does not appear to be JSON: u'\\n\\n\\n\\n\\n\\n\\n\\n\\n<!DOCTYPE html>\\n<ht...",)

Any idea what the problem might be? 


Thanks,
Anthony



Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here






Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2015-10-22 21:21
FromAnthony Palomba
SubjectRe: [Csound] Csound and ipython
Hey Andres,

1. When I put icsound.py in  /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/
it is not able to find it. But interestingly, WingIDE (a standalone python IDE) can find it.

2. If I copy icsound.py to the same directory as my notebooks, it finds it.
But I get the following error...

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-3-22ae1a8bfc39> in <module>()
----> 1 import icsound
      2 cs = icsound.icsound()

/Users/anthonypalomba/audiodev/python/ipynb/icsound.py in <module>()
     30 from __future__ import division
     31 
---> 32 import csnd6
     33 from pylab import *
     34 import socket

ImportError: No module named csnd6




-ap



On Wed, Oct 21, 2015 at 11:45 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Hi,

DId you try putting the icsound.py file in:

 /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/

Cheers,
Andrés

On Mon, Oct 19, 2015 at 11:14 AM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,

There is no "modules" directory. I have python 2.7.10 running in OSX 10.10, looking under...
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7

I tried putting it in here...
 /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/icsound
It did not work.

Can you give me the specific path where this file needs to go?



Anthony



-ap



On Sun, Oct 18, 2015 at 5:04 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Hi,

Installing icsound is simple. You can just copy the icsound.py file to your python modules directory.

Cheers,
Andrés

On Sun, Oct 18, 2015 at 12:04 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,

It looks like the csound installer is not installing the icsound package.
Is the setup.py install script installed some place where I can run it?


Anthony





On Fri, Oct 16, 2015 at 3:37 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey Andres,

Ahhh I see, loading now.

It seems to give me an error when I try to execute the first cell...

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-22ae1a8bfc39> in <module>()
----> 1 import icsound
      2 cs = icsound.icsound()

ImportError: No module named icsound


Does the csound installer not install the icsound package?



Anthony


On Thu, Oct 15, 2015 at 11:23 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
It seems you saved the html page. Click on the download icon at the top of the page to get the notebook.

Also, this page might be useful:

https://github.com/csound/csound/blob/develop/frontends/icsound/icsound%20test%20notebook.ipynb

It's the demo notebook in the Csound sources which now includes the material I presented at ICSC.

Cheers,
Andrés



On Thu, Oct 15, 2015 at 8:06 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
Hey folks,

I am working on developing a python composition environment. My intention is to use csound be the sound engine and leverage some of the latest cutting edge python tools (ipython, numpy, pandas, music21), to develop musical compositions.

So I have ipython notebook 4.0 running and CSound 6.04 installed. I then found the following documentation on using csound with ipython...
https://github.com/csound/csound/wiki/icsound

When I try to load the sample notebooks, I get the following error...

Unreadable Notebook: /Users/audiodev/python/ipynb/Statistical Sonification II.ipynb NotJSONError("Notebook does not appear to be JSON: u'\\n\\n\\n\\n\\n\\n\\n\\n\\n<!DOCTYPE html>\\n<ht...",)

Any idea what the problem might be? 


Thanks,
Anthony



Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here







Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here