ihaskell
A Haskell kernel for the Jupyter project. (by IHaskell)
haddock
Haskell Documentation Tool (by haskell)
Our great sponsors
ihaskell | haddock | |
---|---|---|
9 | 8 | |
2,494 | 356 | |
0.4% | 1.1% | |
6.0 | 0.0 | |
23 days ago | 8 days ago | |
Jupyter Notebook | HTML | |
MIT License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ihaskell
Posts with mentions or reviews of ihaskell.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-15.
-
Working interactively with non-IO environments in ghci
Are you referring to IHaskell: https://github.com/IHaskell/IHaskell?
-
Transform your old and tired Haskell source files in shining Notebooks
Note that we do have the IHaskell kernel for Jupyter, so we don't have to be that jealous.
- School of Haskell: Basics
-
Script to run ihaskell in Docker
More info: https://github.com/gibiansky/IHaskell/issues/1251
-
How to use Matplotlib for Haskell in IHaskell
I'm stymied trying to import a package. It's Graphics.Matplotlib. (See here.) I'm wanting it for my IHaskell, but when I add it to the IHaskell stack.yaml
That looks like a generic front-end error for when the back-end is unavailable, the back-end error should be more informative, but I don't know where exactly you can find it. At this point it might make sense to open an issue on the issue tracker of IHaskell, they will be able to give you more useful answers.
-
Newbie: IHaskell + Rasterific?
curl -sSL https://get.haskellstack.org/ | sh git clone https://github.com/gibiansky/IHaskell cd IHaskell pip3 install -r requirements.txt stack install --fast ihaskell install --stack jupyter labextension install jupyterlab-ihaskell # did not work stack exec jupyter -- notebook
I haven't actually used IHaskell, however, the png file is presumably created in whatever the working directory is when the script is running. The IHaskell wiki says:
haddock
Posts with mentions or reviews of haddock.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-19.
-
HLS 2.0.0.0 is out
Happily, at Well-Typed we've got a client funding improvements to Haddock performance, so this should get better in the future. The work isn't yet finished but there are some good improvements already: https://github.com/haskell/haddock/pull/1594
-
Does anyone use the haddock "synopsis"?
The link in the synopsis not working is also fixed in Haddock but hasnt made it in to the version bundled by GHC yet: https://github.com/haskell/haddock/pull/1458
The synopsis opening when searching has actually been fixed in https://github.com/haskell/haddock/pull/1486 for haddock, but don't think it has landed in hackage yet. I created https://github.com/mrbech/hackage-synopsis-search-hider to apply the fix via a chrome plugin until hackage gets updated.
/* ==UserStyle== @name Hackage Synopsis Search Hider @namespace github.com/openstyles/stylus @version 1 @description A userstyle that applies the fix in https://github.com/haskell/haddock/pull/1486/files to hackage.haskell.org @author https://github.com/mrbech/ ==/UserStyle== */ @-moz-document domain("hackage.haskell.org") { #synopsis details:not([open]) > ul { visibility: hidden; } }
-
[HFTP] Maximally decoupling GHC and Haddock
This proposal is based on an idea by Haddock maintainers.
- Monthly Hask Anything (June 2022)
-
What is your opinion on haskell remaining as unpopular?
I've opened a feature request to add a visible search bar exposing the quick jump functionality in haddock.
What are some alternatives?
When comparing ihaskell and haddock you can also consider the following projects:
happy - The Happy parser generator for Haskell
hoogle - Haskell API search engine
shelly - Haskell shell scripting
bisect-binary - Tool to determine relevant parts of binary data
ormolu - A formatter for Haskell source code
hlint - Haskell source code suggestions
leksah - Haskell IDE
clone-all - clone all the github repositories of a particular user.
graphmod - A utility for displaying the module dependencies of Haskell programs.
hdocs - Haskell docs tool
ghcid - Very low feature GHCi based IDE
bumper - Haskell tool to automatically bump package versions transitively.