<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:51:20 JST 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>PFS-JIRA</title>
    <link>https://pfspipe.ipmu.jp/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.3.4</version>
        <build-number>803005</build-number>
        <build-date>13-09-2019</build-date>
    </build-info>


<item>
            <title>[INFRA-290] Please install ipympl on tiger</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INFRA-290</link>
                <project id="10001" key="INFRA">Software Development Infrastructure</project>
                    <description>&lt;p&gt;Please install ipympl into the stack conda environment on tiger for use in notebooks.&lt;/p&gt;</description>
                <environment></environment>
        <key id="15469">INFRA-290</key>
            <summary>Please install ipympl on tiger</summary>
                <type id="10001" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10515&amp;avatarType=issuetype">Story</type>
                                            <priority id="10000" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/medium.svg">Normal</priority>
                        <status id="10002" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/statuses/generic.png" description="The issue is resolved, reviewed, and merged">Done</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="price">price</assignee>
                                    <reporter username="rhl">rhl</reporter>
                        <labels>
                    </labels>
                <created>Tue, 16 Mar 2021 15:25:31 +0000</created>
                <updated>Wed, 1 Dec 2021 00:41:07 +0000</updated>
                            <resolved>Wed, 1 Dec 2021 00:41:07 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                <comments>
                            <comment id="18866" author="price" created="Tue, 16 Mar 2021 18:32:44 +0000"  >&lt;p&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=ncaplar&quot; class=&quot;user-hover&quot; rel=&quot;ncaplar&quot;&gt;ncaplar&lt;/a&gt; has some things to add too.&lt;/p&gt;</comment>
                            <comment id="18869" author="ncaplar" created="Tue, 16 Mar 2021 20:43:22 +0000"  >&lt;p&gt;I apologize for the delay.&#160;&lt;/p&gt;

&lt;p&gt;I am using few notebook extensions (e.g., see here : &lt;a href=&quot;https://towardsdatascience.com/jupyter-notebook-extensions-517fa69d2231).&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://towardsdatascience.com/jupyter-notebook-extensions-517fa69d2231&lt;/a&gt;&#160;or &lt;a href=&quot;https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html)&lt;/a&gt;&#160;.Particular extensions I am using are&#160;code_prettify,&#160;collapsible_headings,&#160;codefolding,&#160;execute_time and&#160;toc2. If those would be available that would be lovely (but these can be installed by user only without touching the main part, I think)- but at least support for extensions would be very valuable.&lt;/p&gt;</comment>
                            <comment id="18920" author="ncaplar" created="Thu, 18 Mar 2021 15:35:53 +0000"  >&lt;p&gt;Also, module tqdm is nice, for monitoring progress of calculations.&lt;/p&gt;</comment>
                            <comment id="19009" author="arnaud.lefur" created="Fri, 26 Mar 2021 17:58:42 +0000"  >&lt;p&gt;Please add pandas too.&lt;/p&gt;</comment>
                            <comment id="19012" author="price" created="Fri, 26 Mar 2021 19:15:00 +0000"  >&lt;p&gt;Add psycopg2.&lt;/p&gt;</comment>
                            <comment id="19092" author="rhl" created="Fri, 2 Apr 2021 19:44:20 +0000"  >&lt;p&gt;Please add ginga.   More completely, my (old?) instructions read:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
Quick Start Instructions                                                                                      
------------------------                                                                                      
                                                                                                              
Install, via e.g. conda or pip:                                                                               
                                                                                                              
 - ipywidgets                                                                                                 
 - ipyevents                                                                                                  
 - ginga                                                                                                      
                                                                                                              
Register the Jupyter extensions with::                                                                        
                                                                                                              
    jupyter nbextension enable --py --sys-prefix widgetsnbextension                                           
    jupyter nbextension enable --py --sys-prefix ipyevents       
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="21993" author="price" created="Wed, 22 Sep 2021 03:22:59 +0000"  >&lt;p&gt;I have installed jupyter, astroplan, ipython jupyter_contrib_nbextensions, and ginga on the Hilo cluster, and added them to the standard install script.&lt;/p&gt;

&lt;p&gt;I have not been able to &lt;tt&gt;conda install&lt;/tt&gt; on the tiger cluster, because I get &lt;tt&gt;Permission denied&lt;/tt&gt; errors. I think &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=ncaplar&quot; class=&quot;user-hover&quot; rel=&quot;ncaplar&quot;&gt;ncaplar&lt;/a&gt; needs to fix the permissions (and double-check his &lt;tt&gt;umask&lt;/tt&gt;), e.g.:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
drwxr-sr-x. 3 ncaplar hsc 4096 Mar  3  2020 /projects/HSC/PFS/stack/20190925/python/miniconda3-4.5.12/lib/python3.7/site-packages/backcall/
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The lines to install the packages:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
    conda install -y --no-update-dependencies jupyter ipython ipympl psycopg2 &lt;span class=&quot;code-quote&quot;&gt;&apos;sqlalchemy&amp;gt;=1.4&apos;&lt;/span&gt; ipywidgets
    conda install -y --no-update-dependencies -c conda-forge jupyter_contrib_nbextensions astroplan ipyevents ginga
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="21995" author="hassan" created="Wed, 22 Sep 2021 03:27:44 +0000"  >&lt;p&gt;Changes look fine to me.&lt;/p&gt;</comment>
                            <comment id="21996" author="price" created="Wed, 22 Sep 2021 03:33:26 +0000"  >&lt;p&gt;Merged the changes.&lt;/p&gt;

&lt;p&gt;Will wait until we can actually implement on tiger before closing this ticket, but that&apos;s blocked on &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=ncaplar&quot; class=&quot;user-hover&quot; rel=&quot;ncaplar&quot;&gt;ncaplar&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="25188" author="price" created="Wed, 1 Dec 2021 00:41:07 +0000"  >&lt;p&gt;With thanks to &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=ncaplar&quot; class=&quot;user-hover&quot; rel=&quot;ncaplar&quot;&gt;ncaplar&lt;/a&gt; and &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=arnaud.lefur&quot; class=&quot;user-hover&quot; rel=&quot;arnaud.lefur&quot;&gt;arnaud.lefur&lt;/a&gt;, I managed to get this installed on tiger. I needed to remove some existing files (&lt;tt&gt;conda&lt;/tt&gt; said it didn&apos;t recognise them, so they &quot;may have been created by another package manager&quot;), but I believe we&apos;re in business now.&lt;/p&gt;

&lt;p&gt;Please let me know if you notice any problems, or have further package requests for the pipeline.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_10500" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|zzs4o0:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10100" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Reviewers</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>hassan</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>